Skip to content

Commit

Permalink
Only grant ability to create 'gecko-t' tasks in staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Nov 14, 2024
1 parent 31f5922 commit 47a8b78
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions grants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1198,13 +1198,20 @@
# We grant a client for Taskcluster stage so `fxci-config` PRs can
# deploy themselves there for testing.
- secrets:get:project/releng/fxci-config/taskcluster-stage-client
# We grant ability to create `gecko-t` tasks so we can validate image
# changes before they land.
to:
- project:
alias: fxci-config
job: [pull-request:trusted]

- grant:
# We grant ability to create `gecko-t` tasks in the staging instance so we
# can validate image changes before they land.
- queue:create-task:{priority}:gecko-t/*
to:
- project:
alias: fxci-config
job: [pull-request:trusted]
environment: staging

# - k8s-autoscale roles
- grant:
Expand Down

0 comments on commit 47a8b78

Please sign in to comment.