зеркало из https://github.com/mozilla/gecko-dev.git
BUG 1500166 - notify ciduty by email if a nightly hook fails + fix identation issue. r=tomprice
--HG-- extra : rebase_source : 3c816fde539f2ac3ba0292737f8d00e7cc95af5e
This commit is contained in:
Родитель
90230f4b11
Коммит
9027f6e4c6
|
@ -75,11 +75,6 @@ tasks:
|
|||
- $if: 'repository.project == "try"'
|
||||
then:
|
||||
"notify.email.${ownerEmail}.on-completed"
|
||||
# BUG 1500166 Notify ciduty by email if a nightly hook fails
|
||||
- "notify.email.ciduty+failedcron@mozilla.com.on-failed"
|
||||
- "notify.email.ciduty+exceptioncron@mozilla.com.on-exception"
|
||||
- "notify.email.sheriffs+failedcron@mozilla.com.on-failed"
|
||||
- "notify.email.sheriffs+exceptioncron@mozilla.com.on-exception"
|
||||
# These are the old index routes for the decision task.
|
||||
# They are still here so external tools that referenced them continue to work.
|
||||
- "index.gecko.v2.${repository.project}.latest.firefox.decision"
|
||||
|
@ -96,6 +91,11 @@ tasks:
|
|||
- "index.gecko.v2.${repository.project}.pushlog-id.${push.pushlog_id}.decision-${cron.job_name}"
|
||||
# list each cron task on this revision, so actions can find them
|
||||
- 'index.gecko.v2.${repository.project}.revision.${push.revision}.cron.${as_slugid("decision")}'
|
||||
# BUG 1500166 Notify ciduty by email if a nightly hook fails
|
||||
- "notify.email.ciduty+failedcron@mozilla.com.on-failed"
|
||||
- "notify.email.ciduty+exceptioncron@mozilla.com.on-exception"
|
||||
- "notify.email.sheriffs+failedcron@mozilla.org.on-failed"
|
||||
- "notify.email.sheriffs+exceptioncron@mozilla.org.on-exception"
|
||||
# These are the old index routes for the decision task.
|
||||
- "index.gecko.v2.${repository.project}.latest.firefox.decision-${cron.job_name}"
|
||||
|
||||
|
@ -246,4 +246,4 @@ tasks:
|
|||
link:
|
||||
text: "Treeherder Jobs"
|
||||
href: "https://treeherder.mozilla.org/#/jobs?repo=${repository.project}&revision=${push.revision}"
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче