Skip to content

Commit 5c65dc9

Browse files
committed
ci: migrate linux tasks to d2g worker pools (bug 2007500)
1 parent 1db4410 commit 5c65dc9

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
@@ -109,7 +109,7 @@ tasks:
109109
name: "Decision Task for cron job ${cron.job_name}"
110110
description: 'Created by a [cron task](https://firefox-ci-tc.services.mozilla.com/tasks/${cron.task_id})'
111111
provisionerId: "app-services-${level}"
112-
workerType: "decision-gcp"
112+
workerType: "decision"
113113
tags:
114114
$if: 'tasks_for in ["github-push", "github-pull-request", "github-issue-comment"]'
115115
then:

taskcluster/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workers:
1818
provisioner: 'app-services-{level}'
1919
implementation: docker-worker
2020
os: linux
21-
worker-type: 'b-linux-gcp'
21+
worker-type: 'b-linux'
2222
b-osx:
2323
provisioner: releng-hardware
2424
implementation: generic-worker
@@ -28,7 +28,7 @@ workers:
2828
provisioner: 'app-services-{level}'
2929
implementation: docker-worker
3030
os: linux
31-
worker-type: 'images-gcp'
31+
worker-type: 'images'
3232
signing:
3333
provisioner: scriptworker-k8s
3434
implementation: scriptworker-signing

0 commit comments

Comments
 (0)