From 18c217e2e311136777434700b1b64acb34bbd6e2 Mon Sep 17 00:00:00 2001 From: Michelle Goossens Date: Wed, 9 Nov 2022 21:06:58 +0100 Subject: [PATCH] Bug 1799967 - Migrate focus-android from AWS to GCP --- .taskcluster.yml | 2 +- taskcluster/ci/config.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 83186660c21..d432aaaf8f2 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -140,7 +140,7 @@ tasks: name: "Decision Task for cron job ${cron.job_name}" description: 'Created by a [cron task](https://firefox-ci-tc.services.mozilla.com/tasks/${cron.task_id})' provisionerId: "mobile-${level}" - workerType: "decision" + workerType: "decision-gcp" tags: $if: 'tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"]' then: diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml index a0feda063a2..e612cdd53c1 100644 --- a/taskcluster/ci/config.yml +++ b/taskcluster/ci/config.yml @@ -35,12 +35,12 @@ workers: provisioner: 'mobile-{level}' implementation: docker-worker os: linux - worker-type: b-linux + worker-type: b-linux-gcp b-android-large: provisioner: 'mobile-{level}' implementation: docker-worker os: linux - worker-type: b-linux-large + worker-type: b-linux-large-gcp dep-signing: provisioner: scriptworker-k8s implementation: scriptworker-signing @@ -55,13 +55,13 @@ workers: provisioner: 'mobile-{level}' implementation: docker-worker os: linux - worker-type: 'images' + worker-type: 'images-gcp' # misc is used by taskgraph to generate tasks with more than 10 routes misc: provisioner: 'mobile-{level}' implementation: docker-worker os: linux - worker-type: 'b-linux' + worker-type: 'b-linux-gcp' push-apk: provisioner: scriptworker-k8s implementation: scriptworker-pushapk