Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Side by Side Diff: scripts/slave/gatekeeper.json

Issue 1271613002: Add a MailNotifier that notifies chrome-security-bugs--@google.com for LKGR builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698