Skip to content

Commit

Permalink
Bug 1908773 - Create an images-gcp-aarch64 worker pool (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta authored Jul 19, 2024
1 parent e8e8ffb commit dd3762f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions worker-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,35 @@ pools:
- *scratch-disk
machine_type: c2-standard-4
capacityPerInstance: 1
- pool_id: '{pool-group}/images-gcp-aarch64'
description: Builds AArch64 docker images
owner: [email protected]
variants:
- pool-group: gecko-1
email_on_error: false
provider_id:
by-chain-of-trust:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
minCapacity: 0
maxCapacity:
by-pool-group:
gecko-.*: 10
implementation: generic-worker/worker-runner-linux-multi
# the "t2a" machine series is only available in the "a", "b", and "f" zones of the "us-central1" region.
regions: [us-central1]
image: monopacker-ubuntu-2204-wayland-arm64
security:
by-chain-of-trust:
trusted: trusted
default:
instance_types:
- minCpuPlatform: Ampere Altra
disks:
- <<: *persistent-disk
diskSizeGb: 75
machine_type: t2a-standard-4
- pool_id: '{pool-group}/t-linux-xlarge{suffix}-gcp'
description: Worker for gecko-based automation.
owner: [email protected]
Expand Down

0 comments on commit dd3762f

Please sign in to comment.