| 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "https://build.chromium.org/p/chromium.perf": [ | 462 "https://build.chromium.org/p/chromium.perf": [ |
| 463 { | 463 { |
| 464 "forgive_all": "true", | 464 "forgive_all": "true", |
| 465 | 465 |
| 466 "subject_template": "%(project_name)s %(builder_name)s %(result)s", | 466 "subject_template": "%(project_name)s %(builder_name)s %(result)s", |
| 467 | 467 |
| 468 "categories": [ | 468 "categories": [ |
| 469 "chromium_perf_steps" | 469 "chromium_perf_steps" |
| 470 ], | 470 ], |
| 471 | 471 |
| 472 "excluded_builders" : [ |
| 473 "Android Galaxy S5 Perf (1)", |
| 474 "Android Galaxy S5 Perf (2)", |
| 475 "Android Galaxy S5 Perf (3)", |
| 476 "Mac Pro 10.11 Perf", |
| 477 "Mac Air 10.11 Perf" |
| 478 ], |
| 479 |
| 472 "builders": { | 480 "builders": { |
| 473 "*": {} | 481 "*": {} |
| 474 } | 482 } |
| 475 } | 483 } |
| 476 ], | 484 ], |
| 477 "https://build.chromium.org/p/chromium.tools.build": [ | 485 "https://build.chromium.org/p/chromium.tools.build": [ |
| 478 { | 486 { |
| 479 "builders": { | 487 "builders": { |
| 480 "cipd-test-end-to-end_mac": { | 488 "cipd-test-end-to-end_mac": { |
| 481 "closing_optional": [ | 489 "closing_optional": [ |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 "cleanup_temp", | 1029 "cleanup_temp", |
| 1022 "taskkill" | 1030 "taskkill" |
| 1023 ], | 1031 ], |
| 1024 "closing_optional": [ | 1032 "closing_optional": [ |
| 1025 "compile", | 1033 "compile", |
| 1026 "gn" | 1034 "gn" |
| 1027 ] | 1035 ] |
| 1028 } | 1036 } |
| 1029 } | 1037 } |
| 1030 } | 1038 } |
| OLD | NEW |