From 6c40063245658290ed18da7eae2ec3aadb3d61ff Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Mon, 25 Mar 2019 13:10:33 -0700 Subject: [PATCH] Fixes #1005 - Notify eng when build task fails --- automation/taskcluster/decision_task_nightly.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation/taskcluster/decision_task_nightly.py b/automation/taskcluster/decision_task_nightly.py index 4a3d6652f..460e523af 100644 --- a/automation/taskcluster/decision_task_nightly.py +++ b/automation/taskcluster/decision_task_nightly.py @@ -65,7 +65,8 @@ def generate_build_task(apks, is_staging): scopes=[ "secrets:get:{}".format(sentry_secret), "secrets:get:{}".format(leanplum_secret) - ] + ], + routes=["notify.email.fenix-eng-notifications@mozilla.com.on-failed"] )