summaryrefslogtreecommitdiff
path: root/chromium/infra/config/notifiers.star
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/infra/config/notifiers.star')
-rw-r--r--chromium/infra/config/notifiers.star10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/infra/config/notifiers.star b/chromium/infra/config/notifiers.star
index 35f2a6ba57a..4d2e427c27d 100644
--- a/chromium/infra/config/notifiers.star
+++ b/chromium/infra/config/notifiers.star
@@ -1,3 +1,7 @@
+# Copyright 2020 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
luci.notifier(
name = 'chromesec-lkgr-failures',
on_status_change = True,
@@ -29,3 +33,9 @@ luci.notifier(
'cronet-bots-observer@google.com',
],
)
+
+luci.notifier(
+ name = 'component-mapping',
+ on_new_status = ['FAILURE'],
+ notify_emails = ['chromium-component-mapping@google.com'],
+)