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

Side by Side Diff: scripts/slave/gatekeeper.json

Issue 1938733002: Rename chromium.mac iOS bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.chromium.mac/slaves.cfg ('k') | tests/masters_recipes_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "comment": ["This is a configuration file for gatekeeper_ng.py", 2 "comment": ["This is a configuration file for gatekeeper_ng.py",
3 "Look at that for documentation on this file's format."], 3 "Look at that for documentation on this file's format."],
4 4
5 "masters": { 5 "masters": {
6 "https://build.chromium.org/p/chromium": [ 6 "https://build.chromium.org/p/chromium": [
7 { 7 {
8 "categories": [ 8 "categories": [
9 "chromium_tree_closer" 9 "chromium_tree_closer"
10 ], 10 ],
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 { 354 {
355 "categories": [ 355 "categories": [
356 "chromium_tree_closer" 356 "chromium_tree_closer"
357 ], 357 ],
358 "comment": [ 358 "comment": [
359 "TODO(dpranke): crbug.com/486089, crbug.com/439402", 359 "TODO(dpranke): crbug.com/486089, crbug.com/439402",
360 "Until the Mac GN (dbg) bot is in the CQ, it should not close the", 360 "Until the Mac GN (dbg) bot is in the CQ, it should not close the",
361 "tree." 361 "tree."
362 ], 362 ],
363 "builders": { 363 "builders": {
364 "iOS_Device": { 364 "ios-device": {
365 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"] 365 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"]
366 }, 366 },
367 "iOS_Simulator_(dbg)": { 367 "ios-simulator": {
368 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"], 368 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"],
369 "closing_optional": [], 369 "closing_optional": [],
370 "comment": ["closing_optional due to crbug.com/393861"] 370 "comment": ["closing_optional due to crbug.com/393861"]
371 }, 371 },
372 "iOS_Device_(ninja)": {
373 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"]
374 },
375 "Mac GN (dbg)": { 372 "Mac GN (dbg)": {
376 "close_tree": false 373 "close_tree": false
377 }, 374 },
378 "*": {} 375 "*": {}
379 } 376 }
380 } 377 }
381 ], 378 ],
382 "https://build.chromium.org/p/chromium.memory": [ 379 "https://build.chromium.org/p/chromium.memory": [
383 { 380 {
384 "categories": [ 381 "categories": [
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 "cleanup_temp", 952 "cleanup_temp",
956 "taskkill" 953 "taskkill"
957 ], 954 ],
958 "closing_optional": [ 955 "closing_optional": [
959 "compile", 956 "compile",
960 "gn" 957 "gn"
961 ] 958 ]
962 } 959 }
963 } 960 }
964 } 961 }
OLDNEW
« no previous file with comments | « masters/master.chromium.mac/slaves.cfg ('k') | tests/masters_recipes_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698