| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 | 202 |
| 203 "builders": { | 203 "builders": { |
| 204 "Win x64": { | 204 "Win x64": { |
| 205 "categories": [ | 205 "categories": [ |
| 206 "chromium_archive_build", | 206 "chromium_archive_build", |
| 207 "chromium_compile", | 207 "chromium_compile", |
| 208 "chromium_windows" | 208 "chromium_windows" |
| 209 ] | 209 ] |
| 210 } | 210 } |
| 211 } | 211 } |
| 212 }, |
| 213 { |
| 214 "tree_notify": [ |
| 215 "chrome-security-sheriff@grotations.appspotmail.com" |
| 216 ], |
| 217 |
| 218 "subject_template": "LKGR build failure on %(builder_name)s", |
| 219 |
| 220 "forgive_all": true, |
| 221 "builders": { |
| 222 "*": {} |
| 223 } |
| 212 } | 224 } |
| 213 ], | 225 ], |
| 214 "https://build.chromium.org/p/chromium.mac": [ | 226 "https://build.chromium.org/p/chromium.mac": [ |
| 215 { | 227 { |
| 216 "categories": [ | 228 "categories": [ |
| 217 "chromium_tree_closer" | 229 "chromium_tree_closer" |
| 218 ], | 230 ], |
| 219 "builders": { | 231 "builders": { |
| 220 "iOS_Device": { | 232 "iOS_Device": { |
| 221 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"] | 233 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"] |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 "forgiving_optional": [ | 866 "forgiving_optional": [ |
| 855 "svnkill", | 867 "svnkill", |
| 856 "taskkill" | 868 "taskkill" |
| 857 ], | 869 ], |
| 858 "closing_optional": [ | 870 "closing_optional": [ |
| 859 "compile" | 871 "compile" |
| 860 ] | 872 ] |
| 861 } | 873 } |
| 862 } | 874 } |
| 863 } | 875 } |
| OLD | NEW |