Skip to content

Commit a572166

Browse files
committed
Update references to aws-provisioner-v1
Before bug 1589706, hg-push tasks ran on aws-provisioner-v1/hg-push. Then they moved to infra/hg-push, and finally to infra/build-decision.
1 parent 4670d5e commit a572166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ciadmin/check/check_hg_push_scopes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def create_task_scopes(queue_priorities):
5151
All scopes that could allow creating a task on the hg-push workerType
5252
"""
5353
return [
54-
f"queue:create-task:{priority}:aws-provisioner-v1/hg-push"
54+
f"queue:create-task:{priority}:infra/build-decision"
5555
for priority in queue_priorities
56-
] + ["queue:create-task:aws-provisioner-v1/hg-push"]
56+
] + ["queue:create-task:infra/build-decision"]
5757

5858

5959
def check_ci_groups_create_task(ci_group_roles, create_task_scopes):

0 commit comments

Comments
 (0)