Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #33 from rail/new_scopes
Browse files Browse the repository at this point in the history
Bug 1226019 - Use new scopes
  • Loading branch information
Rail Aliiev committed Mar 2, 2016
2 parents 1863007 + 5655591 commit 13410c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions funsize/tasks/funsize.yml
Expand Up @@ -9,7 +9,7 @@ scopes:
- queue:*
- docker-worker:*
- scheduler:*
- signing:*
- project:releng:signing:*
- docker-worker:feature:balrogVPNProxy

tasks:
Expand Down Expand Up @@ -115,8 +115,8 @@ tasks:
workerType: "signing-worker-v1"
provisionerId: "signing-provisioner-v1"
scopes:
- signing:cert:nightly-signing
- signing:format:mar
- project:releng:signing:cert:nightly-signing
- project:releng:signing:format:mar
tags:
createdForUser: release+funsize@mozilla.com

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
"pycparser",
"PyHawk-with-a-single-extra-commit",
"Jinja2",
"python-jose",
"python-jose<=0.5.6",
"PyYAML",
"redo",
# Because taskcluster hard pins this version...
Expand Down

0 comments on commit 13410c5

Please sign in to comment.