Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1944293 - add l1 windows arm64 builders for mozillavpn #273

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions worker-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2413,21 +2413,28 @@ pools:
level: 3
- pool-group: gecko-1
suffix: alpha
- pool-group: mozillavpn-1
provider_id:
by-level:
1: azure2
3: azure_trusted
config:
image: 'ronin_b{level}_windows11_a64_24h2_builder_{suffix}'
implementation: generic-worker/worker-runner-windows
worker-purpose: '{pool-group}'
worker-purpose:
by-pool-group:
mozillavpn-1: vpn-1
default: null # defaults to pool-group
locations: [east-us-2, west-us-3, north-central-us, central-us]
maxCapacity: 250
maxCapacity:
by-pool-group:
gecko.*: 250
mozillavpn.*: 10
worker-config:
genericWorker:
config:
workerType: win11-a64-24h2-builder-alpha
provisionerId: gecko-1
workerType: win11-a64-24h2-builder-{suffix}
provisionerId: '{pool-group}'
cachesDir: C:\caches
downloadsDir: C:\downloads
tasksDir: C:\
Expand Down