-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1908773 - Create an images-gcp-aarch64 worker pool (#36)
- Loading branch information
1 parent
e8e8ffb
commit dd3762f
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|