Skip to content

Commit 4ed654e

Browse files
authored
fix(template): update worker types for d2g migration (#956)
The .taskcluster.yml template was updated in #892 but the taskgraph config kept using old pool names.
1 parent e85c375 commit 4ed654e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • template/{{cookiecutter.project_name}}/taskcluster

template/{{cookiecutter.project_name}}/taskcluster/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ workers:
1414
provisioner: '{trust-domain}-{level}'
1515
implementation: docker-worker
1616
os: linux
17-
worker-type: '{alias}-gcp'
17+
worker-type: '{alias}'
1818
images:
1919
provisioner: '{trust-domain}-{level}'
2020
implementation: docker-worker
2121
os: linux
22-
worker-type: '{alias}-gcp'
22+
worker-type: '{alias}'
2323
t-linux-large:
2424
provisioner: '{trust-domain}-t'
2525
implementation: docker-worker
2626
os: linux
27-
worker-type: '{alias}-gcp'
27+
worker-type: '{alias}'

0 commit comments

Comments
 (0)