Bug 1799910 - Migrate fenix from AWS to GCP

This commit is contained in:
Michelle Goossens 2022-11-09 16:41:41 +01:00 committed by Andrew Halberstadt
parent 8589aec0a0
commit a343d60478
2 changed files with 6 additions and 6 deletions

View File

@ -122,7 +122,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: "${trustDomain}-${level}"
workerType: "decision"
workerType: "decision-gcp"
tags:
$if: 'tasks_for in ["github-push", "github-pull-request"]'
then:

View File

@ -40,17 +40,17 @@ 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
b-android-xlarge:
provisioner: 'mobile-{level}'
implementation: docker-worker
os: linux
worker-type: b-linux-xlarge
worker-type: b-linux-xlarge-gcp
beetmover:
provisioner: scriptworker-k8s
implementation: scriptworker-beetmover
@ -71,13 +71,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