mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Open sesame
This commit is contained in:
parent
91ccaf08cc
commit
3626d2baa2
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ def create_task(name, command, artifacts=None, dependencies=None, env=None):
|
|||
"source": event["compare"],
|
||||
},
|
||||
# https://docs.taskcluster.net/docs/reference/workers/docker-worker/docs/caches
|
||||
# For this to be allowed, I created role
|
||||
# "repo:github.com/servo/servo-taskcluster-experiments:branch:master"
|
||||
# with scope "assume:project:servo:grants/cargo-caches"
|
||||
# at https://tools.taskcluster.net/auth/roles/
|
||||
"scopes": [
|
||||
"docker-worker:cache:cargo-registry-cache",
|
||||
"docker-worker:cache:cargo-git-cache",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue