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