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

Commit

Permalink
Fix routes.statuses to be under the right decision tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo authored and pocmo committed Jan 7, 2019
1 parent e2428eb commit 89f9fbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ tasks:
- queue:create-task:aws-provisioner-v1/github-worker
- queue:scheduler-id:${scheduler_id}
- secrets:get:project/mobile/android-components/public-tokens
routes:
- statuses # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust
payload:
maxRunTime: 3600
image: mozillamobile/android-components:1.11
Expand Down Expand Up @@ -146,6 +144,8 @@ tasks:
- queue:create-task:highest:aws-provisioner-v1/gecko-focus
- queue:create-task:highest:aws-provisioner-v1/github-worker
- queue:scheduler-id:${scheduler_id}
routes:
- statuses # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust
payload:
maxRunTime: 600
image: mozillamobile/android-components:1.11
Expand Down Expand Up @@ -220,6 +220,8 @@ tasks:
- queue:create-task:highest:aws-provisioner-v1/gecko-focus
- queue:create-task:highest:scriptworker-prov-v1/mobile-beetmover-v1
- queue:scheduler-id:${scheduler_id}
routes:
- statuses # Automatically added by taskcluster-github. It must be explicit because of Chain of Trust
payload:
maxRunTime: 600 # Decision should remain fast enough to schedule a handful of tasks
image: 'mozillamobile/android-components:1.11'
Expand Down

0 comments on commit 89f9fbb

Please sign in to comment.