Skip to content

Commit

Permalink
temp: switch to podman workers to see if cache issues are fixed on them
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jan 20, 2025
1 parent 8199f8b commit fd98c03
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions taskcluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,67 +65,67 @@ workers:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-large-gcp-d2g'
worker-type: 'b-linux-large-gcp-d2g-podman'
b-linux-large-gcp-300gb:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-large-gcp-d2g-300gb'
worker-type: 'b-linux-large-gcp-d2g-podman-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-d2g-podman-300gb'
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-d2g-podman-300gb'
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-d2g-podman-300gb'
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-d2g-podman-300gb'
b-linux-v100-gpu:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-v100-gpu-d2g'
worker-type: 'b-linux-v100-gpu-d2g-podman'
b-linux-v100-gpu-4:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-v100-gpu-d2g-4'
worker-type: 'b-linux-v100-gpu-d2g-podman-4'
b-linux-v100-gpu-4-300gb:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-v100-gpu-d2g-4-300gb'
worker-type: 'b-linux-v100-gpu-d2g-podman-4'
b-linux-v100-gpu-4-300gb-standard:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-v100-gpu-d2g-4-300gb-standard'
worker-type: 'b-linux-v100-gpu-d2g-podman-4'
b-linux-v100-gpu-4-1tb:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-v100-gpu-d2g-4-1tb'
worker-type: 'b-linux-v100-gpu-d2g-podman-4'
b-linux-v100-gpu-4-2tb:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-v100-gpu-d2g-4-2tb'
worker-type: 'b-linux-v100-gpu-d2g-podman-4'
b-linux-v100-gpu-4-1tb-standard:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
os: linux
worker-type: 'b-linux-v100-gpu-d2g-4-1tb-standard'
worker-type: 'b-linux-v100-gpu-d2g-podman-4'
images:
provisioner: '{trust-domain}-{level}'
implementation: docker-worker
Expand Down

0 comments on commit fd98c03

Please sign in to comment.