diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-10-30 10:10:29 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-10-30 13:25:19 +0100 |
commit | 46f9312d0cd7db4f7705e2552ed74186d7ee027e (patch) | |
tree | 634a3683339482feb268c51f691b40c5db217c2e /.taskcluster.yml | |
parent | a5cce280f1e295805281c50029dd726f871ce0f4 (diff) | |
download | servo-46f9312d0cd7db4f7705e2552ed74186d7ee027e.tar.gz servo-46f9312d0cd7db4f7705e2552ed74186d7ee027e.zip |
Taskcluster: use a dedicated role for scopes granted to decision tasks
Diffstat (limited to '.taskcluster.yml')
-rw-r--r-- | .taskcluster.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml index 0dc9af93381..7087419c473 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -23,14 +23,8 @@ tasks: owner: &task_owner ${event.pusher.name}@users.noreply.github.com source: &task_source ${event.compare} scopes: - - "queue:scheduler-id:taskcluster-github" - # Granted to role "repo:github.com/servo/servo:branch:*" - - "queue:create-task:highest:aws-provisioner-v1/servo-*" - - "queue:create-task:highest:proj-servo/*" - - "queue:route:index.project.servo.servo.*" - - "docker-worker:cache:servo-*" - - "docker-worker:capability:privileged" + - "assume:project:servo:decision-task/trusted" payload: maxRunTime: {$eval: '20 * 60'} |