summaryrefslogtreecommitdiff
path: root/.taskcluster.yml
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-06-21 12:24:33 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-06-21 12:24:33 +0200
commit0eb1337d80a9043393503108773272083949e473 (patch)
tree6643849b573e21ca9ea8d3bf29464092532b2d84 /.taskcluster.yml
parent947f353de7b7f0ee026767201049a31d5a51445c (diff)
downloadnss-hg-0eb1337d80a9043393503108773272083949e473.tar.gz
Bug 1274350 - Follow-up to fix Taskcluster v2 routes r=me
Diffstat (limited to '.taskcluster.yml')
-rw-r--r--.taskcluster.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml
index 814981076..0ee7c6ced 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -53,8 +53,8 @@ tasks:
createdForUser: {{owner}}
routes:
- - "tc-treeherder-stage.v2.nss.{{head_rev}}.{{pushlog_id}}"
- - "tc-treeherder.v2.nss.{{head_rev}}.{{pushlog_id}}"
+ - "tc-treeherder-stage.v2.nss.{{revision}}.{{pushlog_id}}"
+ - "tc-treeherder.v2.nss.{{revision}}.{{pushlog_id}}"
payload:
image: "ttaubert/nss-ci:0.0.16"
@@ -62,8 +62,7 @@ tasks:
env:
TC_OWNER: {{owner}}
TC_SOURCE: {{{source}}}
- TC_HEAD_REV: '{{head_rev}}'
- TC_PUSHLOG_ID: '{{pushlog_id}}'
+ NSS_PUSHLOG_ID: '{{pushlog_id}}'
NSS_HEAD_REPOSITORY: '{{{url}}}'
NSS_HEAD_REVISION: '{{revision}}'