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

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

Issue 1858233002: V8: Move x87 builders to new master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Files Created 4 years, 8 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
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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 ], 609 ],
610 "excluded_builders" : [ 610 "excluded_builders" : [
611 "V8 Linux - swarming staging", 611 "V8 Linux - swarming staging",
612 "V8 Linux - debug - greedy allocator", 612 "V8 Linux - debug - greedy allocator",
613 "V8 Linux64 - debug - greedy allocator", 613 "V8 Linux64 - debug - greedy allocator",
614 "V8 Linux64 - cfi", 614 "V8 Linux64 - cfi",
615 "V8 Linux64 - gcov coverage", 615 "V8 Linux64 - gcov coverage",
616 "V8 Linux - mipsel - sim", 616 "V8 Linux - mipsel - sim",
617 "V8 Linux - ppc - sim", 617 "V8 Linux - ppc - sim",
618 "V8 Linux - ppc64 - sim", 618 "V8 Linux - ppc64 - sim",
619 "V8 Linux - x87 - nosnap - debug builder",
620 "V8 Linux - x87 - nosnap - debug",
621 "V8 Linux - full debug", 619 "V8 Linux - full debug",
622 "V8 Linux - interpreted regexp", 620 "V8 Linux - interpreted regexp",
623 "V8 Arm", 621 "V8 Arm",
624 "V8 Arm - debug", 622 "V8 Arm - debug",
625 "V8 Arm GC Stress", 623 "V8 Arm GC Stress",
626 "V8 Mips - big endian - nosnap - 1", 624 "V8 Mips - big endian - nosnap - 1",
627 "V8 Mips - big endian - nosnap - 2", 625 "V8 Mips - big endian - nosnap - 2",
628 "V8 Random Deopt Fuzzer - debug" 626 "V8 Random Deopt Fuzzer - debug"
629 ], 627 ],
630 "builders": { 628 "builders": {
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 "cleanup_temp", 943 "cleanup_temp",
946 "taskkill" 944 "taskkill"
947 ], 945 ],
948 "closing_optional": [ 946 "closing_optional": [
949 "compile", 947 "compile",
950 "gn" 948 "gn"
951 ] 949 ]
952 } 950 }
953 } 951 }
954 } 952 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698