diff --git a/.taskcluster.yml b/.taskcluster.yml index d98566be6..6b9dfa5ca 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -142,7 +142,7 @@ tasks: created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} provisionerId: aws-provisioner-v1 - workerType: releng-svc + workerType: relman-svc dependencies: - {$eval: as_slugid("check_lint")} - {$eval: as_slugid("backend_check_tests")} @@ -183,7 +183,7 @@ tasks: created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} provisionerId: aws-provisioner-v1 - workerType: releng-svc + workerType: relman-svc dependencies: - {$eval: as_slugid("check_lint")} - {$eval: as_slugid("bot_check_tests")} @@ -224,7 +224,7 @@ tasks: created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} provisionerId: aws-provisioner-v1 - workerType: releng-svc + workerType: relman-svc dependencies: - {$eval: as_slugid("check_lint")} - {$eval: as_slugid("events_check_tests")} diff --git a/bot/taskcluster-hook-cron.json b/bot/taskcluster-hook-cron.json index c334bba6a..6e040e6c9 100644 --- a/bot/taskcluster-hook-cron.json +++ b/bot/taskcluster-hook-cron.json @@ -73,7 +73,7 @@ "index:insert-task:project.relman.code-coverage.CHANNEL.cron.*" ], "tags": {}, - "workerType": "releng-svc-memory" + "workerType": "relman-svc-memory" }, "triggerSchema": { "additionalProperties": true, diff --git a/bot/taskcluster-hook-repo.json b/bot/taskcluster-hook-repo.json index fe498801a..2016461ac 100644 --- a/bot/taskcluster-hook-repo.json +++ b/bot/taskcluster-hook-repo.json @@ -83,7 +83,7 @@ "index:insert-task:project.relman.code-coverage.CHANNEL.repo.*" ], "tags": {}, - "workerType": "releng-svc-memory" + "workerType": "relman-svc-memory" } ] },