Bug 1799910 - Migrate fenix from AWS to GCP

fork
Michelle Goossens 2 years ago committed by Andrew Halberstadt
parent 8589aec0a0
commit a343d60478

@ -122,7 +122,7 @@ tasks:
name: "Decision Task for cron job ${cron.job_name}" 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})' description: 'Created by a [cron task](https://firefox-ci-tc.services.mozilla.com/tasks/${cron.task_id})'
provisionerId: "${trustDomain}-${level}" provisionerId: "${trustDomain}-${level}"
workerType: "decision" workerType: "decision-gcp"
tags: tags:
$if: 'tasks_for in ["github-push", "github-pull-request"]' $if: 'tasks_for in ["github-push", "github-pull-request"]'
then: then:

@ -40,17 +40,17 @@ workers:
provisioner: 'mobile-{level}' provisioner: 'mobile-{level}'
implementation: docker-worker implementation: docker-worker
os: linux os: linux
worker-type: b-linux worker-type: b-linux-gcp
b-android-large: b-android-large:
provisioner: 'mobile-{level}' provisioner: 'mobile-{level}'
implementation: docker-worker implementation: docker-worker
os: linux os: linux
worker-type: b-linux-large worker-type: b-linux-large-gcp
b-android-xlarge: b-android-xlarge:
provisioner: 'mobile-{level}' provisioner: 'mobile-{level}'
implementation: docker-worker implementation: docker-worker
os: linux os: linux
worker-type: b-linux-xlarge worker-type: b-linux-xlarge-gcp
beetmover: beetmover:
provisioner: scriptworker-k8s provisioner: scriptworker-k8s
implementation: scriptworker-beetmover implementation: scriptworker-beetmover
@ -71,13 +71,13 @@ workers:
provisioner: 'mobile-{level}' provisioner: 'mobile-{level}'
implementation: docker-worker implementation: docker-worker
os: linux os: linux
worker-type: 'images' worker-type: 'images-gcp'
# misc is used by taskgraph to generate tasks with more than 10 routes # misc is used by taskgraph to generate tasks with more than 10 routes
misc: misc:
provisioner: 'mobile-{level}' provisioner: 'mobile-{level}'
implementation: docker-worker implementation: docker-worker
os: linux os: linux
worker-type: 'b-linux' worker-type: 'b-linux-gcp'
push-apk: push-apk:
provisioner: scriptworker-k8s provisioner: scriptworker-k8s
implementation: scriptworker-pushapk implementation: scriptworker-pushapk

Loading…
Cancel
Save