| 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 "https://build.chromium.org/p/chromium.memory": [ | 409 "https://build.chromium.org/p/chromium.memory": [ |
| 410 { | 410 { |
| 411 "categories": [ | 411 "categories": [ |
| 412 "chromium_tree_closer" | 412 "chromium_tree_closer" |
| 413 ], | 413 ], |
| 414 "builders": { | 414 "builders": { |
| 415 "*": {} | 415 "*": {} |
| 416 } | 416 } |
| 417 } | 417 } |
| 418 ], | 418 ], |
| 419 "https://build.chromium.org/p/chromium.memory.fyi": [ | 419 "https://build.chromium.org/p/chromium.memory.full": [ |
| 420 { | 420 { |
| 421 "categories": [ | 421 "categories": [ |
| 422 "chromium_memory_fyi" | 422 "chromium_memory_full" |
| 423 ], | 423 ], |
| 424 "sheriff_classes": ["sheriff_memory"], | 424 "sheriff_classes": ["sheriff_memory"], |
| 425 | 425 |
| 426 "builders": { | 426 "builders": { |
| 427 "Chromium Linux MSan Builder": {}, | 427 "Chromium Linux MSan Builder": {}, |
| 428 "Linux MSan Tests": {}, | 428 "Linux MSan Tests": {}, |
| 429 "Chromium Linux ChromeOS MSan Builder": {}, | 429 "Chromium Linux ChromeOS MSan Builder": {}, |
| 430 "Linux ChromeOS MSan Tests": {} | 430 "Linux ChromeOS MSan Tests": {} |
| 431 } | 431 } |
| 432 } | 432 } |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 "wfh@chromium.org" | 815 "wfh@chromium.org" |
| 816 ], | 816 ], |
| 817 "forgive_all": "true" | 817 "forgive_all": "true" |
| 818 } | 818 } |
| 819 } | 819 } |
| 820 } | 820 } |
| 821 ] | 821 ] |
| 822 }, | 822 }, |
| 823 | 823 |
| 824 "categories": { | 824 "categories": { |
| 825 "chromium_memory_fyi": { | 825 "chromium_memory_full": { |
| 826 "closing_optional": [ | 826 "closing_optional": [ |
| 827 "*" | 827 "*" |
| 828 ] | 828 ] |
| 829 }, | 829 }, |
| 830 | 830 |
| 831 "chromium_tree_closer": { | 831 "chromium_tree_closer": { |
| 832 "closing_optional": [ | 832 "closing_optional": [ |
| 833 "bot_update", | 833 "bot_update", |
| 834 "compile", | 834 "compile", |
| 835 "gclient runhooks", | 835 "gclient runhooks", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 983 "cleanup_temp", | 983 "cleanup_temp", |
| 984 "taskkill" | 984 "taskkill" |
| 985 ], | 985 ], |
| 986 "closing_optional": [ | 986 "closing_optional": [ |
| 987 "compile", | 987 "compile", |
| 988 "gn" | 988 "gn" |
| 989 ] | 989 ] |
| 990 } | 990 } |
| 991 } | 991 } |
| 992 } | 992 } |
| OLD | NEW |