Skip to content
Snippets Groups Projects
Commit 60af4682 authored by Tom Prince's avatar Tom Prince
Browse files

Bug 1628832: Remove some obsolete routes from the decision task; r=Callek

parent 5664ad63
No related branches found
No related tags found
No related merge requests found
...@@ -128,10 +128,6 @@ tasks: ...@@ -128,10 +128,6 @@ tasks:
- $if: 'repository.project == "try"' - $if: 'repository.project == "try"'
then: then:
"notify.email.${ownerEmail}.on-completed" "notify.email.${ownerEmail}.on-completed"
# 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"
- "index.gecko.v2.${repository.project}.revision.${push.revision}.firefox.decision"
else: else:
$if: 'tasks_for == "action"' $if: 'tasks_for == "action"'
then: then:
...@@ -150,8 +146,6 @@ tasks: ...@@ -150,8 +146,6 @@ tasks:
- "notify.email.ciduty+exceptioncron@mozilla.com.on-exception" - "notify.email.ciduty+exceptioncron@mozilla.com.on-exception"
- "notify.email.sheriffs+failedcron@mozilla.org.on-failed" - "notify.email.sheriffs+failedcron@mozilla.org.on-failed"
- "notify.email.sheriffs+exceptioncron@mozilla.org.on-exception" - "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}"
scopes: scopes:
$if: 'tasks_for == "hg-push"' $if: 'tasks_for == "hg-push"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment