Skip to content

Commit efcd29d

Browse files
authored
Bug 2006580 - ci: migrate to d2g worker pools (#49)
1 parent 199fc3c commit efcd29d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ tasks:
157157
name: "Decision Task for cron job ${cron.job_name}"
158158
description: 'Created by a [cron task](https://tools.taskcluster.net/tasks/${cron.task_id})'
159159
provisionerId: "xpi-${level}"
160-
workerType: "decision-gcp"
160+
workerType: "decision"
161161
tags:
162162
$if: 'tasks_for in ["github-push", "github-pull-request"]'
163163
then:

taskcluster/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ workers:
2424
provisioner: xpi-{level}
2525
implementation: docker-worker
2626
os: linux
27-
worker-type: 'b-linux-gcp'
27+
worker-type: 'b-linux'
2828
dep-signing:
2929
provisioner: scriptworker-k8s
3030
implementation: scriptworker-signing

0 commit comments

Comments
 (0)