Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Bug 1799967 - Migrate focus-android from AWS to GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterWayZ authored and mergify[bot] committed Nov 15, 2022
1 parent 72236f3 commit 18c217e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions taskcluster/ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 18c217e

Please sign in to comment.