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

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

Issue 1886733002: V8: Add win-clang fyi bot. (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/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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 Arm", 617 "V8 Arm",
618 "V8 Arm - debug", 618 "V8 Arm - debug",
619 "V8 Arm GC Stress", 619 "V8 Arm GC Stress",
620 "V8 Random Deopt Fuzzer - debug" 620 "V8 Random Deopt Fuzzer - debug",
621 "V8 Win64 - clang"
621 ], 622 ],
622 "builders": { 623 "builders": {
623 "V8 Linux - predictable": { 624 "V8 Linux - predictable": {
624 "excluded_steps": [ 625 "excluded_steps": [
625 "Mjsunit", 626 "Mjsunit",
626 "Webkit", 627 "Webkit",
627 "Benchmarks", 628 "Benchmarks",
628 "Test262", 629 "Test262",
629 "Mozilla" 630 "Mozilla"
630 ] 631 ]
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 "cleanup_temp", 962 "cleanup_temp",
962 "taskkill" 963 "taskkill"
963 ], 964 ],
964 "closing_optional": [ 965 "closing_optional": [
965 "compile", 966 "compile",
966 "gn" 967 "gn"
967 ] 968 ]
968 } 969 }
969 } 970 }
970 } 971 }
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