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}'