Skip to content

Commit

Permalink
Bug 1944293 - adjust provisionerId/workerType for windows arm64 builders
Browse files Browse the repository at this point in the history
Avoid hardcoding "alpha" suffix and "gecko-1" provisioner.
  • Loading branch information
jcristau committed Jan 28, 2025
1 parent f8c0bf2 commit 7c6577b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2426,8 +2426,8 @@ pools:
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

0 comments on commit 7c6577b

Please sign in to comment.