Skip to content

Commit

Permalink
Bug 1274350 - Fix scopes to use {{revision_hash}} r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed May 30, 2016
1 parent 8627808 commit c453c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Expand Up @@ -53,8 +53,8 @@ tasks:
createdForUser: {{owner}}

scopes:
- "queue:route:tc-treeherder-stage.nss.{{revision}}"
- "queue:route:tc-treeherder.nss.{{revision}}"
- "queue:route:tc-treeherder-stage.nss.{{revision_hash}}"
- "queue:route:tc-treeherder.nss.{{revision_hash}}"
- "scheduler:extend-task-graph:*"
# mozilla-taskcluster will append the appropriate assume:repo:<repo>
# scope here.
Expand Down
4 changes: 2 additions & 2 deletions automation/taskcluster/graph/build.js
Expand Up @@ -71,8 +71,8 @@ function generateTasks(definition) {
schedulerId: "task-graph-scheduler",

scopes: [
"queue:route:tc-treeherder-stage.nss." + TC_REVISION,
"queue:route:tc-treeherder.nss." + TC_REVISION,
"queue:route:tc-treeherder-stage.nss." + TC_REVISION_HASH,
"queue:route:tc-treeherder.nss." + TC_REVISION_HASH,
"scheduler:extend-task-graph:*"
],

Expand Down

0 comments on commit c453c7f

Please sign in to comment.