From b68789118f306cfa4d5e76fcadcb360e65faa79a Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Fri, 27 Dec 2024 09:31:25 -0500 Subject: [PATCH] temp: use bhearsum's worker for cpu tasks to test out latest generic-worker --- taskcluster/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/taskcluster/config.yml b/taskcluster/config.yml index 9af1ae0c9..15b615349 100644 --- a/taskcluster/config.yml +++ b/taskcluster/config.yml @@ -64,32 +64,32 @@ workers: provisioner: '{trust-domain}-{level}' implementation: docker-worker os: linux - worker-type: 'b-linux-large-gcp-d2g' + worker-type: bhearsum-translations-issue538 b-linux-large-gcp-300gb: provisioner: '{trust-domain}-{level}' implementation: docker-worker os: linux - worker-type: 'b-linux-large-gcp-d2g-300gb' + worker-type: bhearsum-translations-issue538 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: bhearsum-translations-issue538 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: bhearsum-translations-issue538 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: bhearsum-translations-issue538 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: bhearsum-translations-issue538 b-linux-v100-gpu: provisioner: '{trust-domain}-{level}' implementation: docker-worker