From 60af4682ccf91b3e59398ca5ad92b72cd752c579 Mon Sep 17 00:00:00 2001
From: Tom Prince <mozilla@hocat.ca>
Date: Thu, 14 May 2020 18:47:29 +0000
Subject: [PATCH] Bug 1628832: Remove some obsolete routes from the decision
 task; r=Callek

Differential Revision: https://phabricator.services.mozilla.com/D75241
---
 .taskcluster.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.taskcluster.yml b/.taskcluster.yml
index 39045b4f89fce..d9944b608a9e9 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -128,10 +128,6 @@ tasks:
                 - $if: 'repository.project == "try"'
                   then:
                     "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:
                 $if: 'tasks_for == "action"'
                 then:
@@ -150,8 +146,6 @@ tasks:
                   - "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}"
 
         scopes:
           $if: 'tasks_for == "hg-push"'
-- 
GitLab