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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/gatekeeper.json
diff --git a/scripts/slave/gatekeeper.json b/scripts/slave/gatekeeper.json
index 45b36ccb1068e4439c0c1854c3e1a0616bd48b72..e5c61e08a61aa9dd8189295ba608725b29843cd6 100644
--- a/scripts/slave/gatekeeper.json
+++ b/scripts/slave/gatekeeper.json
@@ -209,6 +209,18 @@
]
}
}
+ },
+ {
+ "tree_notify": [
+ "chrome-security-sheriff@grotations.appspotmail.com"
+ ],
+
+ "subject_template": "LKGR build failure on %(builder_name)s",
+
+ "forgive_all": true,
+ "builders": {
+ "*": {}
+ }
}
],
"https://build.chromium.org/p/chromium.mac": [
« 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