| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 { | 388 { |
| 389 "categories": [ | 389 "categories": [ |
| 390 "chromium_memory_fyi" | 390 "chromium_memory_fyi" |
| 391 ], | 391 ], |
| 392 "sheriff_classes": ["sheriff_memory"], | 392 "sheriff_classes": ["sheriff_memory"], |
| 393 | 393 |
| 394 "builders": { | 394 "builders": { |
| 395 "Chromium Linux MSan Builder": {}, | 395 "Chromium Linux MSan Builder": {}, |
| 396 "Linux MSan Tests": {}, | 396 "Linux MSan Tests": {}, |
| 397 "Chromium Linux ChromeOS MSan Builder": {}, | 397 "Chromium Linux ChromeOS MSan Builder": {}, |
| 398 "Linux ChromeOS MSan Tests": {}, | 398 "Linux ChromeOS MSan Tests": {} |
| 399 "Chromium Linux Builder (valgrind)": {}, | |
| 400 "Linux Tests (valgrind)(1)": {}, | |
| 401 "Linux Tests (valgrind)(2)": {}, | |
| 402 "Linux Tests (valgrind)(3)": {}, | |
| 403 "Linux Tests (valgrind)(4)": {}, | |
| 404 "Linux Tests (valgrind)(5)": {} | |
| 405 } | 399 } |
| 406 } | 400 } |
| 407 ], | 401 ], |
| 408 "https://build.chromium.org/p/chromium.perf": [ | 402 "https://build.chromium.org/p/chromium.perf": [ |
| 409 { | 403 { |
| 410 "forgive_all": "true", | 404 "forgive_all": "true", |
| 411 | 405 |
| 412 "subject_template": "%(project_name)s %(builder_name)s %(result)s", | 406 "subject_template": "%(project_name)s %(builder_name)s %(result)s", |
| 413 | 407 |
| 414 "categories": [ | 408 "categories": [ |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 "cleanup_temp", | 950 "cleanup_temp", |
| 957 "taskkill" | 951 "taskkill" |
| 958 ], | 952 ], |
| 959 "closing_optional": [ | 953 "closing_optional": [ |
| 960 "compile", | 954 "compile", |
| 961 "gn" | 955 "gn" |
| 962 ] | 956 ] |
| 963 } | 957 } |
| 964 } | 958 } |
| 965 } | 959 } |
| OLD | NEW |