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

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

Issue 1076723002: V8 Buildbot: Split x87 into builder/tester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 { 385 {
386 "categories": [ 386 "categories": [
387 "v8_all" 387 "v8_all"
388 ], 388 ],
389 "excluded_builders" : [ 389 "excluded_builders" : [
390 "V8 Linux - mipsel - sim - builder", 390 "V8 Linux - mipsel - sim - builder",
391 "V8 Linux - mips64el - sim - builder", 391 "V8 Linux - mips64el - sim - builder",
392 "V8 Linux - mipsel - sim", 392 "V8 Linux - mipsel - sim",
393 "V8 Linux - ppc - sim", 393 "V8 Linux - ppc - sim",
394 "V8 Linux - ppc64 - sim", 394 "V8 Linux - ppc64 - sim",
395 "V8 Linux - x87 - nosnap - debug builder",
395 "V8 Linux - x87 - nosnap - debug", 396 "V8 Linux - x87 - nosnap - debug",
396 "V8 Linux64 - custom snapshot - debug", 397 "V8 Linux64 - custom snapshot - debug",
397 "V8 Linux - full debug", 398 "V8 Linux - full debug",
398 "V8 Linux - interpreted regexp", 399 "V8 Linux - interpreted regexp",
399 "V8 Linux - arm - sim - novfp3", 400 "V8 Linux - arm - sim - novfp3",
400 "V8 Linux - arm - sim - debug - novfp3", 401 "V8 Linux - arm - sim - debug - novfp3",
401 "V8 Linux - arm64 - sim - nosnap - debug - 1", 402 "V8 Linux - arm64 - sim - nosnap - debug - 1",
402 "V8 Linux - arm64 - sim - nosnap - debug - 2", 403 "V8 Linux - arm64 - sim - nosnap - debug - 2",
403 "V8 Linux - arm64 - sim - gc stress", 404 "V8 Linux - arm64 - sim - gc stress",
404 "V8 Mac GC Stress", 405 "V8 Mac GC Stress",
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 "forgiving_optional": [ 746 "forgiving_optional": [
746 "svnkill", 747 "svnkill",
747 "taskkill" 748 "taskkill"
748 ], 749 ],
749 "closing_optional": [ 750 "closing_optional": [
750 "compile" 751 "compile"
751 ] 752 ]
752 } 753 }
753 } 754 }
754 } 755 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698