Bug 1269443: remove now-unnecessary scopes; r?garndt draft
authorDustin J. Mitchell <dustin@mozilla.com>
Tue, 27 Sep 2016 15:57:51 +0000
changeset 418053 323ce258066e8d2b332632a5aa22b3e05694c358
parent 418052 f82827622145bcd160f63ec48e9606498beefc39
child 532238 288a97ea860e2b10f8daed086030637e2e4b9cc3
push id30566
push userdmitchell@mozilla.com
push dateTue, 27 Sep 2016 15:59:26 +0000
reviewersgarndt
bugs1269443
milestone52.0a1
Bug 1269443: remove now-unnecessary scopes; r?garndt MozReview-Commit-ID: Bbk1MPKZIPW
.taskcluster.yml
taskcluster/taskgraph/action.yml
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -50,23 +50,16 @@ tasks:
             The task that creates all of the other tasks in the task graph
 
       workerType: "gecko-decision"
       provisionerId: "aws-provisioner-v1"
 
       tags:
         createdForUser: {{owner}}
 
-      scopes:
-        # Bug 1269443: cache scopes, etc. must be listed explicitly
-        - "docker-worker:cache:level-{{level}}-*"
-        - "docker-worker:cache:tooltool-cache"
-        # mozilla-taskcluster will append the appropriate assume:repo:<repo>
-        # scope here.
-
       routes:
         - "index.gecko.v2.{{project}}.latest.firefox.decision"
         - "tc-treeherder.v2.{{project}}.{{revision}}.{{pushlog_id}}"
         - "tc-treeherder-stage.v2.{{project}}.{{revision}}.{{pushlog_id}}"
 
       payload:
         env:
           # checkout-gecko uses these to check out the source; the inputs
--- a/taskcluster/taskgraph/action.yml
+++ b/taskcluster/taskgraph/action.yml
@@ -10,20 +10,16 @@ metadata:
 
 workerType: "gecko-decision"
 provisionerId: "aws-provisioner-v1"
 
 tags:
   createdForUser: {{owner}}
 
 scopes:
-  # Bug 1269443: cache scopes, etc. must be listed explicitly
-  - "docker-worker:cache:level-1-*"
-  - "docker-worker:cache:tooltool-cache"
-  - "secrets:get:project/taskcluster/gecko/hgfingerprint"
   - "assume:repo:hg.mozilla.org/try:*"
 
 routes:
   - "tc-treeherder.v2.{{project}}.{{head_rev}}.{{pushlog_id}}"
   - "tc-treeherder-stage.v2.{{project}}.{{head_rev}}.{{pushlog_id}}"
 
 payload:
   env: