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

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

Issue 1894883002: V8: Make win-clang a tree closer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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
« no previous file with comments | « masters/master.client.v8/master.cfg ('k') | 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 { 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "v8_all" 607 "v8_all"
608 ], 608 ],
609 "excluded_builders" : [ 609 "excluded_builders" : [
610 "V8 Linux - swarming staging", 610 "V8 Linux - swarming staging",
611 "V8 Linux - debug - greedy allocator", 611 "V8 Linux - debug - greedy allocator",
612 "V8 Linux64 - debug - greedy allocator", 612 "V8 Linux64 - debug - greedy allocator",
613 "V8 Linux64 - cfi", 613 "V8 Linux64 - cfi",
614 "V8 Linux64 - gcov coverage", 614 "V8 Linux64 - gcov coverage",
615 "V8 Linux - full debug", 615 "V8 Linux - full debug",
616 "V8 Linux - interpreted regexp", 616 "V8 Linux - interpreted regexp",
617 "V8 Random Deopt Fuzzer - debug", 617 "V8 Random Deopt Fuzzer - debug"
618 "V8 Win64 - clang"
619 ], 618 ],
620 "builders": { 619 "builders": {
621 "V8 Linux - predictable": { 620 "V8 Linux - predictable": {
622 "excluded_steps": [ 621 "excluded_steps": [
623 "Mjsunit", 622 "Mjsunit",
624 "Webkit", 623 "Webkit",
625 "Benchmarks", 624 "Benchmarks",
626 "Test262", 625 "Test262",
627 "Mozilla" 626 "Mozilla"
628 ] 627 ]
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 "cleanup_temp", 961 "cleanup_temp",
963 "taskkill" 962 "taskkill"
964 ], 963 ],
965 "closing_optional": [ 964 "closing_optional": [
966 "compile", 965 "compile",
967 "gn" 966 "gn"
968 ] 967 ]
969 } 968 }
970 } 969 }
971 } 970 }
OLDNEW
« no previous file with comments | « masters/master.client.v8/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698