| 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |