We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670d5e commit a572166Copy full SHA for a572166
src/ciadmin/check/check_hg_push_scopes.py
@@ -51,9 +51,9 @@ def create_task_scopes(queue_priorities):
51
All scopes that could allow creating a task on the hg-push workerType
52
"""
53
return [
54
- f"queue:create-task:{priority}:aws-provisioner-v1/hg-push"
+ f"queue:create-task:{priority}:infra/build-decision"
55
for priority in queue_priorities
56
- ] + ["queue:create-task:aws-provisioner-v1/hg-push"]
+ ] + ["queue:create-task:infra/build-decision"]
57
58
59
def check_ci_groups_create_task(ci_group_roles, create_task_scopes):
0 commit comments