Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: cr-buildbucket.cfg

Issue 2714713004: luci.chromium.try: canary all builds (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds 1 # Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds
2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
3 # 3 #
4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for 4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
5 # schema of this file and documentation. Also see README.md in this dir. 5 # schema of this file and documentation. Also see README.md in this dir.
6 # 6 #
7 # Please keep this list sorted by bucket name. 7 # Please keep this list sorted by bucket name.
8 8
9 acl_sets { 9 acl_sets {
10 name: "waterfall" 10 name: "waterfall"
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 buckets { 111 buckets {
112 name: "luci.chromium.try" 112 name: "luci.chromium.try"
113 113
114 # NOTE: these ACLs should be kept in sync with those in the other 114 # NOTE: these ACLs should be kept in sync with those in the other
115 # "master.tryserver.chromium.*" buckets. 115 # "master.tryserver.chromium.*" buckets.
116 acl_sets: "tryserver" 116 acl_sets: "tryserver"
117 117
118 swarming { 118 swarming {
119 hostname: "chromium-swarm.appspot.com" 119 hostname: "chromium-swarm.appspot.com"
120 url_format: "https://luci-milo.appspot.com/swarming/task/{task_id}" 120 url_format: "https://luci-milo.appspot.com/swarming/task/{task_id}"
121 task_template_canary_percentage { value: 100 }
121 122
122 builder_defaults { 123 builder_defaults {
123 swarming_tags: "allow_milo:1" 124 swarming_tags: "allow_milo:1"
124 dimensions: "cpu:x86-64" 125 dimensions: "cpu:x86-64"
125 dimensions: "os:Ubuntu-14.04" 126 dimensions: "os:Ubuntu-14.04"
126 dimensions: "pool:Chrome.LUCI" 127 dimensions: "pool:Chrome.LUCI"
127 recipe { 128 recipe {
128 repository: "https://chromium.googlesource.com/chromium/tools/build.git" 129 repository: "https://chromium.googlesource.com/chromium/tools/build.git"
129 properties: "mastername:luci.chromium.try" 130 properties: "mastername:luci.chromium.try"
130 name: "chromium_trybot" 131 name: "chromium_trybot"
131 } 132 }
132 execution_timeout_secs: 5400 # 90 min 133 execution_timeout_secs: 5400 # 90 min
133 } 134 }
134 135
135 # Keep builders sorted by category, then name. 136 # Keep builders sorted by category, then name.
136 builders { 137 builders {
137 category: "Chromium CQ" 138 category: "Chromium CQ"
138 name: "LUCI linux_chromium_rel_ng" 139 name: "LUCI linux_chromium_rel_ng"
139 } 140 }
140 } 141 }
141 } 142 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698