Skip to content

Commit

Permalink
feat: upgrade cpu workers to ubuntu 24.04 generic-worker image (#949)
Browse files Browse the repository at this point in the history
This will remove docker-worker from translations, and use the most recent generic-worker version instead.
  • Loading branch information
bhearsum authored Dec 17, 2024
1 parent 051db33 commit 70307e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions taskcluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,32 +64,32 @@ workers:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: '{alias}'
worker-type: 'b-linux-large-gcp-d2g'
b-linux-large-gcp-300gb:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: '{alias}'
worker-type: 'b-linux-large-gcp-d2g-300gb'
b-linux-large-gcp-1tb-32-256:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: b-linux-large-gcp-1tb-32-256-d2g
worker-type: 'b-linux-large-gcp-1tb-32-256-d2g'
b-linux-large-gcp-1tb-32-256-standard:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: b-linux-large-gcp-1tb-32-256-std-d2g
worker-type: 'b-linux-large-gcp-1tb-32-256-std-d2g'
b-linux-large-gcp-1tb-64-512:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: b-linux-large-gcp-1tb-64-512-d2g
worker-type: 'b-linux-large-gcp-1tb-64-512-d2g'
b-linux-large-gcp-1tb-64-512-standard:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: b-linux-large-gcp-1tb-64-512-std-d2g
worker-type: 'b-linux-large-gcp-1tb-64-512-std-d2g'
b-linux-v100-gpu:
provisioner: '{trust-domain}-{level}'
implementation: generic-worker
Expand Down

0 comments on commit 70307e3

Please sign in to comment.