Skip to content

Commit abb64dd

Browse files
jcristaubadboy
authored andcommitted
Bug 2007511 - ci: migrate linux tasks to d2g worker pools
1 parent 8aff55c commit abb64dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ tasks:
143143
name: "Decision Task for cron job ${cron.job_name}"
144144
description: 'Created by a [cron task](https://firefox-ci-tc.services.mozilla.com/tasks/${cron.task_id})'
145145
provisionerId: "glean-${level}"
146-
workerType: "decision-gcp"
146+
workerType: "decision"
147147
tags:
148148
$if: 'tasks_for in ["github-push", "github-pull-request"]'
149149
then:

taskcluster/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ workers:
1919
provisioner: 'glean-{level}'
2020
implementation: docker-worker
2121
os: linux
22-
worker-type: 'b-linux-gcp'
22+
worker-type: '{alias}'
2323
images:
2424
provisioner: 'glean-{level}'
2525
implementation: docker-worker
2626
os: linux
27-
worker-type: 'images-gcp'
27+
worker-type: '{alias}'
2828
signing:
2929
provisioner: scriptworker-k8s
3030
implementation: scriptworker-signing

0 commit comments

Comments
 (0)