| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "https://build.chromium.org/p/chromium.memory": [ | 397 "https://build.chromium.org/p/chromium.memory": [ |
| 398 { | 398 { |
| 399 "categories": [ | 399 "categories": [ |
| 400 "chromium_tree_closer" | 400 "chromium_tree_closer" |
| 401 ], | 401 ], |
| 402 "builders": { | 402 "builders": { |
| 403 "*": {} | 403 "*": {} |
| 404 } | 404 } |
| 405 } | 405 } |
| 406 ], | 406 ], |
| 407 "https://build.chromium.org/p/chromium.memory.fyi": [ | 407 "https://build.chromium.org/p/chromium.memory.full": [ |
| 408 { | 408 { |
| 409 "categories": [ | 409 "categories": [ |
| 410 "chromium_memory_fyi" | 410 "chromium_memory_full" |
| 411 ], | 411 ], |
| 412 "sheriff_classes": ["sheriff_memory"], | 412 "sheriff_classes": ["sheriff_memory"], |
| 413 | 413 |
| 414 "builders": { | 414 "builders": { |
| 415 "Chromium Linux MSan Builder": {}, | 415 "Chromium Linux MSan Builder": {}, |
| 416 "Linux MSan Tests": {}, | 416 "Linux MSan Tests": {}, |
| 417 "Chromium Linux ChromeOS MSan Builder": {}, | 417 "Chromium Linux ChromeOS MSan Builder": {}, |
| 418 "Linux ChromeOS MSan Tests": {} | 418 "Linux ChromeOS MSan Tests": {} |
| 419 } | 419 } |
| 420 } | 420 } |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 "wfh@chromium.org" | 804 "wfh@chromium.org" |
| 805 ], | 805 ], |
| 806 "forgive_all": "true" | 806 "forgive_all": "true" |
| 807 } | 807 } |
| 808 } | 808 } |
| 809 } | 809 } |
| 810 ] | 810 ] |
| 811 }, | 811 }, |
| 812 | 812 |
| 813 "categories": { | 813 "categories": { |
| 814 "chromium_memory_fyi": { | 814 "chromium_memory_full": { |
| 815 "closing_optional": [ | 815 "closing_optional": [ |
| 816 "*" | 816 "*" |
| 817 ] | 817 ] |
| 818 }, | 818 }, |
| 819 | 819 |
| 820 "chromium_tree_closer": { | 820 "chromium_tree_closer": { |
| 821 "closing_optional": [ | 821 "closing_optional": [ |
| 822 "bot_update", | 822 "bot_update", |
| 823 "compile", | 823 "compile", |
| 824 "gclient runhooks", | 824 "gclient runhooks", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 971 "cleanup_temp", | 971 "cleanup_temp", |
| 972 "taskkill" | 972 "taskkill" |
| 973 ], | 973 ], |
| 974 "closing_optional": [ | 974 "closing_optional": [ |
| 975 "compile", | 975 "compile", |
| 976 "gn" | 976 "gn" |
| 977 ] | 977 ] |
| 978 } | 978 } |
| 979 } | 979 } |
| 980 } | 980 } |
| OLD | NEW |