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

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

Issue 1573093002: V8 Buildbot: Remove swarming staging builders/testers. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Review Created 4 years, 11 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 | « masters/master.client.v8/slaves.cfg ('k') | scripts/slave/recipe_modules/v8/builders.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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "tsepez@chromium.org" 525 "tsepez@chromium.org"
526 ] 526 ]
527 } 527 }
528 ], 528 ],
529 "https://build.chromium.org/p/client.v8": [ 529 "https://build.chromium.org/p/client.v8": [
530 { 530 {
531 "categories": [ 531 "categories": [
532 "v8_all" 532 "v8_all"
533 ], 533 ],
534 "excluded_builders" : [ 534 "excluded_builders" : [
535 "V8 Linux - swarming staging builder", 535 "V8 Linux - swarming staging",
536 "V8 Linux - swarming staging 1",
537 "V8 Linux - swarming staging 2",
538 "V8 Linux - swarming staging 3",
539 "V8 Linux - debug - greedy allocator", 536 "V8 Linux - debug - greedy allocator",
540 "V8 Linux64 - debug - greedy allocator", 537 "V8 Linux64 - debug - greedy allocator",
541 "V8 Linux64 - cfi", 538 "V8 Linux64 - cfi",
542 "V8 Linux64 - gcov coverage", 539 "V8 Linux64 - gcov coverage",
543 "V8 Linux - mipsel - sim", 540 "V8 Linux - mipsel - sim",
544 "V8 Linux - ppc - sim", 541 "V8 Linux - ppc - sim",
545 "V8 Linux - ppc64 - sim", 542 "V8 Linux - ppc64 - sim",
546 "V8 Linux - x87 - nosnap - debug builder", 543 "V8 Linux - x87 - nosnap - debug builder",
547 "V8 Linux - x87 - nosnap - debug", 544 "V8 Linux - x87 - nosnap - debug",
548 "V8 Linux - full debug", 545 "V8 Linux - full debug",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 "cleanup_temp", 912 "cleanup_temp",
916 "taskkill" 913 "taskkill"
917 ], 914 ],
918 "closing_optional": [ 915 "closing_optional": [
919 "compile", 916 "compile",
920 "gn" 917 "gn"
921 ] 918 ]
922 } 919 }
923 } 920 }
924 } 921 }
OLDNEW
« no previous file with comments | « masters/master.client.v8/slaves.cfg ('k') | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698