Bug 1437958 - notify taskcluster-notifications@ on action task failure; r=bstack

MozReview-Commit-ID: Fe3gUUmJkny

--HG--
extra : rebase_source : 563dba25c2fbd2b10ebd3ffc78572deaa414cdf6
This commit is contained in:
Dustin J. Mitchell 2018-06-11 15:20:37 +00:00
parent 486ffb1360
commit af304cf4c7

View File

@ -67,8 +67,11 @@ tasks:
- "index.gecko.v2.${repository.project}.revision.${push.revision}.firefox.decision"
else:
$if: 'tasks_for == "action"'
then: "index.gecko.v2.${repository.project}.pushlog-id.${push.pushlog_id}.actions.${ownTaskId}"
else:
then:
- "notify.email.taskcluster-notifications+action-task@mozilla.com.on-failed"
- "notify.email.taskcluster-notifications+action-task@mozilla.com.on-exception"
- "index.gecko.v2.${repository.project}.pushlog-id.${push.pushlog_id}.actions.${ownTaskId}"
else: # cron
- "index.gecko.v2.${repository.project}.latest.taskgraph.decision-${cron.job_name}"
- "index.gecko.v2.${repository.project}.latest.firefox.decision-${cron.job_name}"