From a2fe5f2313c8e4a5d65ca8a98429c581dc09693a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 19 May 2026 17:16:48 +0200 Subject: [PATCH] fix(template): update worker types for d2g migration The .taskcluster.yml template was updated in #892 but the taskgraph config kept using old pool names. --- .../{{cookiecutter.project_name}}/taskcluster/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/{{cookiecutter.project_name}}/taskcluster/config.yml b/template/{{cookiecutter.project_name}}/taskcluster/config.yml index 45e329642..3e59434aa 100644 --- a/template/{{cookiecutter.project_name}}/taskcluster/config.yml +++ b/template/{{cookiecutter.project_name}}/taskcluster/config.yml @@ -14,14 +14,14 @@ workers: provisioner: '{trust-domain}-{level}' implementation: docker-worker os: linux - worker-type: '{alias}-gcp' + worker-type: '{alias}' images: provisioner: '{trust-domain}-{level}' implementation: docker-worker os: linux - worker-type: '{alias}-gcp' + worker-type: '{alias}' t-linux-large: provisioner: '{trust-domain}-t' implementation: docker-worker os: linux - worker-type: '{alias}-gcp' + worker-type: '{alias}'