From e69c15666266e99b4ff352ee2a0122f4e68092e8 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Thu, 27 Nov 2025 10:36:27 +0100 Subject: [PATCH] ci: move to d2g worker types (bug 2002720) --- .taskcluster.yml | 2 +- taskcluster/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 09c55abdb..618705f61 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -144,7 +144,7 @@ tasks: description: 'Created by a [cron task](https://firefox-ci-tc.services.mozilla.com/tasks/${cron.task_id})' provisionerId: "${trustDomain}-${level}" - workerType: "decision-gcp" + workerType: "decision" tags: $switch: diff --git a/taskcluster/config.yml b/taskcluster/config.yml index d9d32aac2..0639cd853 100644 --- a/taskcluster/config.yml +++ b/taskcluster/config.yml @@ -27,7 +27,7 @@ workers: provisioner: 'taskgraph-{level}' implementation: docker-worker os: linux - worker-type: images-gcp + worker-type: images t-linux: provisioner: 'taskgraph-t' implementation: docker-worker