mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
486ffb1360
commit
af304cf4c7
@ -67,8 +67,11 @@ tasks:
|
|||||||
- "index.gecko.v2.${repository.project}.revision.${push.revision}.firefox.decision"
|
- "index.gecko.v2.${repository.project}.revision.${push.revision}.firefox.decision"
|
||||||
else:
|
else:
|
||||||
$if: 'tasks_for == "action"'
|
$if: 'tasks_for == "action"'
|
||||||
then: "index.gecko.v2.${repository.project}.pushlog-id.${push.pushlog_id}.actions.${ownTaskId}"
|
then:
|
||||||
else:
|
- "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.taskgraph.decision-${cron.job_name}"
|
||||||
- "index.gecko.v2.${repository.project}.latest.firefox.decision-${cron.job_name}"
|
- "index.gecko.v2.${repository.project}.latest.firefox.decision-${cron.job_name}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user