From 5850ca1f6d8ae72cfadbb1e7c4ad3b260797fad4 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 14 May 2020 11:32:58 +0200 Subject: [PATCH] Bug 1631834 - Add revision route to decision task (#10644) --- .taskcluster.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.taskcluster.yml b/.taskcluster.yml index 92b516a2e..9c303bd9d 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -170,6 +170,7 @@ tasks: then: - index.mobile.v2.${project}.branch.${short_head_branch}.latest.taskgraph.decision - index.mobile.v2.${project}.branch.${short_head_branch}.revision.${head_sha}.taskgraph.decision + - index.mobile.v2.${project}.revision.${head_sha}.taskgraph.decision # TODO Bug 1631839: Remove the following routes once all consumers have migrated - index.project.mobile.${project}.v2.branch.${short_head_branch}.latest.taskgraph.decision - index.project.mobile.${project}.v2.branch.${short_head_branch}.revision.${head_sha}.taskgraph.decision