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

Side by Side Diff: cr-buildbucket.cfg

Issue 1997943002: Define swarmbucket builders on master.tryserver.infra (Closed) Base URL: https://chromium.googlesource.com/infra/infra/@config
Patch Set: (Swarming) Created 4 years, 7 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. 2 # on buildbot.
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. 5 # schema of this file and documentation.
6 # 6 #
7 # Please keep this list sorted by bucket name. 7 # Please keep this list sorted by bucket name.
8 8
9 buckets { 9 buckets {
10 name: "master.chromium.buildbucket.swarming" 10 name: "master.chromium.buildbucket.swarming"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 group: "all" 161 group: "all"
162 } 162 }
163 acls { 163 acls {
164 role: SCHEDULER 164 role: SCHEDULER
165 group: "project-chromium-tryjob-access" 165 group: "project-chromium-tryjob-access"
166 } 166 }
167 acls { 167 acls {
168 role: WRITER 168 role: WRITER
169 group: "service-account-chromium-tryserver" 169 group: "service-account-chromium-tryserver"
170 } 170 }
171
172 swarming {
173 hostname: "chromium-swarm.appspot.com"
174 url_format: "https://luci-milo.appspot.com/swarming/prod/{task_id}"
175
176 common_dimensions: "pool:Chrome"
177
178 builders {
179 name: "Depot Tools Presubmit (Swarming)"
180 # category: "Depot Tools"
181 dimensions: "os:Ubuntu-14.04"
182 dimensions: "cpu:x86-64"
183 recipe {
184 repository: "https://chromium.googlesource.com/chromium/tools/build"
185 name: "run_presubmit"
186 properties: "repo_name:depot_tools"
187 }
188 }
189 builders {
190 name: "Recipes-py Presubmit (Swarming)"
191 # category: "Recipes-py"
192 dimensions: "os:Ubuntu-14.04"
193 dimensions: "cpu:x86-64"
194 recipe {
195 repository: "https://chromium.googlesource.com/chromium/tools/build"
196 name: "run_presubmit"
197 properties: "runhooks:True"
198 properties: "repo_name:recipes_py"
199 }
200 }
201 builders {
202 name: "Try Recipe Win 64 (Swarming)"
203 # category: "Try Recipe"
204 dimensions: "os:Windows-7-SP1"
205 dimensions: "cpu:x86-64"
206 recipe {
207 repository: "https://chromium.googlesource.com/chromium/tools/build"
208 name: "infra/try_recipe"
209 properties: "runhooks:True"
210 properties: "repo_name:build"
211 }
212 }
213 builders {
214 name: "Infra Linux Precise 32 Tester (Swarming)"
215 # category: "Infra"
216 dimensions: "os:os:Ubuntu-12.04"
217 dimensions: "cpu:x86"
218 recipe {
219 repository: "https://chromium.googlesource.com/chromium/tools/build"
220 name: "infra/infra_repo_trybot"
221 }
222 }
223 builders {
224 name: "Build Presubmit (Swarming)"
225 # category: "Build"
226 dimensions: "os:Ubuntu-14.04"
227 dimensions: "cpu:x86-64"
228 recipe {
229 repository: "https://chromium.googlesource.com/chromium/tools/build"
230 name: "run_presubmit"
231 properties: "runhooks:True"
232 properties: "repo_name:build"
233 }
234 }
235 builders {
236 name: "Infra Win Tester (Swarming)"
237 # category: "Infra"
238 dimensions: "os:Windows-7-SP1"
239 dimensions: "cpu:x86-64"
240 recipe {
241 repository: "https://chromium.googlesource.com/chromium/tools/build"
242 name: "infra/infra_repo_trybot"
243 }
244 }
245 builders {
246 name: "Luci-GAE Linux Trusty 64 Tester (Swarming)"
247 # category: "Luci-GAE"
248 dimensions: "os:Ubuntu-14.04"
249 dimensions: "cpu:x86-64"
250 recipe {
251 repository: "https://chromium.googlesource.com/chromium/tools/build"
252 name: "infra/luci_gae"
253 }
254 }
255 builders {
256 name: "Build Try Recipe Test Trusty64 (Swarming)"
257 # category: "Build"
258 dimensions: "os:Ubuntu-14.04"
259 dimensions: "cpu:x86-64"
260 recipe {
261 repository: "https://chromium.googlesource.com/chromium/tools/build"
262 name: "infra/build_repo_real_try"
263 properties: "runhooks:True"
264 properties: "repo_name:build"
265 }
266 }
267 builders {
268 name: "Luci-GAE Presubmit (Swarming)"
269 # category: "Luci-GAE"
270 dimensions: "os:Ubuntu-14.04"
271 dimensions: "cpu:x86-64"
272 recipe {
273 repository: "https://chromium.googlesource.com/chromium/tools/build"
274 name: "infra/luci_gae"
275 }
276 }
277 builders {
278 name: "Infra Mac Tester (Swarming)"
279 # category: "Infra"
280 dimensions: "os:Mac-10.9"
281 dimensions: "cpu:x86-64"
282 recipe {
283 repository: "https://chromium.googlesource.com/chromium/tools/build"
284 name: "infra/infra_repo_trybot"
285 }
286 }
287 builders {
288 name: "Recipe Roll Downstream Tester (Swarming)"
289 # category: "Recipe Roll Tryjob"
290 dimensions: "os:Ubuntu-14.04"
291 dimensions: "cpu:x86-64"
292 recipe {
293 repository: "https://chromium.googlesource.com/chromium/tools/build"
294 name: "infra/recipe_roll_tryjob"
295 }
296 }
297 builders {
298 name: "Infra Presubmit (Swarming)"
299 # category: "Infra"
300 dimensions: "os:Ubuntu-14.04"
301 dimensions: "cpu:x86-64"
302 recipe {
303 repository: "https://chromium.googlesource.com/chromium/tools/build"
304 name: "run_presubmit"
305 properties: "runhooks:True"
306 properties: "repo_name:infra"
307 }
308 }
309 builders {
310 name: "Luci-go Linux Precise 32 Tester (Swarming)"
311 # category: "Luci-go"
312 dimensions: "os:os:Ubuntu-12.04"
313 dimensions: "cpu:x86"
314 recipe {
315 repository: "https://chromium.googlesource.com/chromium/tools/build"
316 name: "infra/luci_go"
317 }
318 }
319 builders {
320 name: "Luci-py Presubmit (Swarming)"
321 # category: "Luci-py"
322 dimensions: "os:Ubuntu-14.04"
323 dimensions: "cpu:x86-64"
324 recipe {
325 repository: "https://chromium.googlesource.com/chromium/tools/build"
326 name: "run_presubmit"
327 properties: "runhooks:True"
328 properties: "repo_name:luci_py"
329 }
330 }
331 builders {
332 name: "Luci-go Presubmit (Swarming)"
333 # category: "Luci-go"
334 dimensions: "os:Ubuntu-14.04"
335 dimensions: "cpu:x86-64"
336 recipe {
337 repository: "https://chromium.googlesource.com/chromium/tools/build"
338 name: "infra/luci_go"
339 }
340 }
341 builders {
342 name: "Try Recipe Mac (Swarming)"
343 # category: "Try Recipe"
344 dimensions: "os:Mac-10.9"
345 dimensions: "cpu:x86-64"
346 recipe {
347 repository: "https://chromium.googlesource.com/chromium/tools/build"
348 name: "infra/try_recipe"
349 properties: "runhooks:True"
350 properties: "repo_name:build"
351 }
352 }
353 builders {
354 name: "gerrit-test-cq-normal (Swarming)"
355 # category: "Gerrit CQ"
356 dimensions: "os:Ubuntu-14.04"
357 dimensions: "cpu:x86-64"
358 recipe {
359 repository: "https://chromium.googlesource.com/chromium/tools/build"
360 name: "infra/gerrit_cq_test"
361 }
362 }
363 builders {
364 name: "Infra Linux Trusty 64 Tester (Swarming)"
365 # category: "Infra"
366 dimensions: "os:Ubuntu-14.04"
367 dimensions: "cpu:x86-64"
368 recipe {
369 repository: "https://chromium.googlesource.com/chromium/tools/build"
370 name: "infra/infra_repo_trybot"
371 }
372 }
373 builders {
374 name: "Build Try Recipe Test Mac (Swarming)"
375 # category: "Build"
376 dimensions: "os:Mac-10.9"
377 dimensions: "cpu:x86-64"
378 recipe {
379 repository: "https://chromium.googlesource.com/chromium/tools/build"
380 name: "infra/build_repo_real_try"
381 properties: "runhooks:True"
382 properties: "repo_name:build"
383 }
384 }
385 builders {
386 name: "Build Try Recipe Test Win64 (Swarming)"
387 # category: "Build"
388 dimensions: "os:Windows-7-SP1"
389 dimensions: "cpu:x86-64"
390 recipe {
391 repository: "https://chromium.googlesource.com/chromium/tools/build"
392 name: "infra/build_repo_real_try"
393 properties: "runhooks:True"
394 properties: "repo_name:build"
395 }
396 }
397 builders {
398 name: "Luci-go Linux Trusty 64 Tester (Swarming)"
399 # category: "Luci-go"
400 dimensions: "os:Ubuntu-14.04"
401 dimensions: "cpu:x86-64"
402 recipe {
403 repository: "https://chromium.googlesource.com/chromium/tools/build"
404 name: "infra/luci_go"
405 }
406 }
407 builders {
408 name: "Try Recipe Trusty 64 (Swarming)"
409 # category: "Try Recipe"
410 dimensions: "os:Ubuntu-14.04"
411 dimensions: "cpu:x86-64"
412 recipe {
413 repository: "https://chromium.googlesource.com/chromium/tools/build"
414 name: "infra/try_recipe"
415 properties: "runhooks:True"
416 properties: "repo_name:build"
417 }
418 }
419 builders {
420 name: "Luci-go Mac Tester (Swarming)"
421 # category: "Luci-go"
422 dimensions: "os:Mac-10.9"
423 dimensions: "cpu:x86-64"
424 recipe {
425 repository: "https://chromium.googlesource.com/chromium/tools/build"
426 name: "infra/luci_go"
427 }
428 }
429 builders {
430 name: "Luci-go Win Tester (Swarming)"
431 # category: "Luci-go"
432 dimensions: "os:Windows-7-SP1"
433 dimensions: "cpu:x86-64"
434 recipe {
435 repository: "https://chromium.googlesource.com/chromium/tools/build"
436 name: "infra/luci_go"
437 }
438 }
439 }
171 } 440 }
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