Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 89f9fbb

Browse files
JohanLorenzopocmo
authored andcommitted
Fix routes.statuses to be under the right decision tasks
1 parent e2428eb commit 89f9fbb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.taskcluster.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ tasks:
3434
- queue:create-task:aws-provisioner-v1/github-worker
3535
- queue:scheduler-id:${scheduler_id}
3636
- secrets:get:project/mobile/android-components/public-tokens
37-
routes:
38-
- statuses # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust
3937
payload:
4038
maxRunTime: 3600
4139
image: mozillamobile/android-components:1.11
@@ -146,6 +144,8 @@ tasks:
146144
- queue:create-task:highest:aws-provisioner-v1/gecko-focus
147145
- queue:create-task:highest:aws-provisioner-v1/github-worker
148146
- queue:scheduler-id:${scheduler_id}
147+
routes:
148+
- statuses # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust
149149
payload:
150150
maxRunTime: 600
151151
image: mozillamobile/android-components:1.11
@@ -220,6 +220,8 @@ tasks:
220220
- queue:create-task:highest:aws-provisioner-v1/gecko-focus
221221
- queue:create-task:highest:scriptworker-prov-v1/mobile-beetmover-v1
222222
- queue:scheduler-id:${scheduler_id}
223+
routes:
224+
- statuses # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust
223225
payload:
224226
maxRunTime: 600 # Decision should remain fast enough to schedule a handful of tasks
225227
image: 'mozillamobile/android-components:1.11'

0 commit comments

Comments
 (0)