From 4bd1e84cdbc23b53399469b12c18b737692226aa Mon Sep 17 00:00:00 2001
From: Michelle <MasterWayZ@users.noreply.github.com>
Date: Tue, 15 Nov 2022 21:44:24 +0100
Subject: [PATCH] Bug 1799964 - Migrate firefox-android from AWS to GCP (#128)

Co-authored-by: Andrew Halberstadt <ahal@mozilla.com>
---
 .taskcluster.yml          | 2 +-
 taskcluster/ci/config.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.taskcluster.yml b/.taskcluster.yml
index 0f92862800f..c9550fbcfde 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -183,7 +183,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: 'isPullRequest || tasks_for == "github-push"'
                                 then:
diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml
index 2010ebbb4a0..d8fbb33cf92 100644
--- a/taskcluster/ci/config.yml
+++ b/taskcluster/ci/config.yml
@@ -161,7 +161,7 @@ workers:
             provisioner: 'mobile-{level}'
             implementation: docker-worker
             os: linux
-            worker-type: b-linux-large
+            worker-type: b-linux-large-gcp
         beetmover:
             provisioner: scriptworker-k8s
             implementation: scriptworker-beetmover
@@ -181,7 +181,7 @@ workers:
             provisioner: 'mobile-{level}'
             implementation: docker-worker
             os: linux
-            worker-type: images
+            worker-type: images-gcp
         ship-it:
             provisioner: scriptworker-k8s
             implementation: scriptworker-shipit
-- 
GitLab