Bug 1169797: send decision tasks to production treeherder, too; r=lightsofapollo, r=ryanvm
--- a/testing/taskcluster/tasks/decision/branch.yml
+++ b/testing/taskcluster/tasks/decision/branch.yml
@@ -13,16 +13,17 @@ scopes:
- docker-worker:*
- scheduler:*
tasks:
- taskId: '{{#as_slugid}}decision task{{/as_slugid}}'
reruns: 3
task:
routes:
- tc-treeherder-stage.{{project}}.{{revision_hash}}
+ - tc-treeherder.{{project}}.{{revision_hash}}
created: '{{now}}'
deadline: '{{#from_now}}1 day{{/from_now}}'
metadata:
owner: mozilla-taskcluster-maintenance@mozilla.com
source: {{{source}}}
name: Initial decision task for {{project}} specific graphs
description: |
This is the single most important task as it decides how all other tasks
--- a/testing/taskcluster/tasks/decision/try.yml
+++ b/testing/taskcluster/tasks/decision/try.yml
@@ -35,16 +35,17 @@ tasks:
scopes:
- "docker-worker:cache:tc-vcs-public-sources"
- "docker-worker:image:quay.io/mozilla/decision:0.0.3"
- "queue:route:tc-treeherder-stage.{{project}}.{{revision_hash}}"
- "queue:route:tc-treeherder.{{project}}.{{revision_hash}}"
routes:
+ - "tc-treeherder.{{project}}.{{revision_hash}}"
- "tc-treeherder-stage.{{project}}.{{revision_hash}}"
payload:
env:
GECKO_BASE_REPOSITORY: 'https://hg.mozilla.org/mozilla-central'
GECKO_HEAD_REPOSITORY: '{{{url}}}'
GECKO_HEAD_REF: '{{revision}}'
GECKO_HEAD_REV: '{{revision}}'