From 5c65dc92bd1e76ab0f8d90750b9028ab7c4f1dc3 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 23 Dec 2025 10:37:48 +0100 Subject: [PATCH] ci: migrate linux tasks to d2g worker pools (bug 2007500) --- .taskcluster.yml | 2 +- taskcluster/config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 45473e1b0c..f46cf06eab 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -109,7 +109,7 @@ tasks: name: "Decision Task for cron job ${cron.job_name}" description: 'Created by a [cron task](https://firefox-ci-tc.services.mozilla.com/tasks/${cron.task_id})' provisionerId: "app-services-${level}" - workerType: "decision-gcp" + workerType: "decision" tags: $if: 'tasks_for in ["github-push", "github-pull-request", "github-issue-comment"]' then: diff --git a/taskcluster/config.yml b/taskcluster/config.yml index 40e856b683..c94a8fddc5 100644 --- a/taskcluster/config.yml +++ b/taskcluster/config.yml @@ -18,7 +18,7 @@ workers: provisioner: 'app-services-{level}' implementation: docker-worker os: linux - worker-type: 'b-linux-gcp' + worker-type: 'b-linux' b-osx: provisioner: releng-hardware implementation: generic-worker @@ -28,7 +28,7 @@ workers: provisioner: 'app-services-{level}' implementation: docker-worker os: linux - worker-type: 'images-gcp' + worker-type: 'images' signing: provisioner: scriptworker-k8s implementation: scriptworker-signing