[fenix] Bug 1631834 - Add revision route to decision task (https://github.com/mozilla-mobile/fenix/pull/10644)

pull/600/head
Johan Lorenzo 4 years ago committed by GitHub
parent d7a45c8f14
commit 483ce66145

@ -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

Loading…
Cancel
Save