| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |