1 parent 199fc3c commit efcd29dCopy full SHA for efcd29d
2 files changed
.taskcluster.yml
@@ -157,7 +157,7 @@ tasks:
157
name: "Decision Task for cron job ${cron.job_name}"
158
description: 'Created by a [cron task](https://tools.taskcluster.net/tasks/${cron.task_id})'
159
provisionerId: "xpi-${level}"
160
- workerType: "decision-gcp"
+ workerType: "decision"
161
tags:
162
$if: 'tasks_for in ["github-push", "github-pull-request"]'
163
then:
taskcluster/config.yml
@@ -24,7 +24,7 @@ workers:
24
provisioner: xpi-{level}
25
implementation: docker-worker
26
os: linux
27
- worker-type: 'b-linux-gcp'
+ worker-type: 'b-linux'
28
dep-signing:
29
provisioner: scriptworker-k8s
30
implementation: scriptworker-signing
0 commit comments