Skip to content

Commit

Permalink
Bug 1799910 - Migrate fenix from AWS to GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterWayZ authored and ahal committed Nov 15, 2022
1 parent 8589aec commit a343d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions taskcluster/ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a343d60

Please sign in to comment.