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 15, 2019
1 parent bb64921 commit 83c6971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
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.10
Expand Down Expand Up @@ -146,6 +144,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.10'
Expand Down

0 comments on commit 83c6971

Please sign in to comment.