Enable west-us-3 for gecko-2, comm-1, nss-1 L1 provisioners#298
Merged
Conversation
Uncomments the West US 3 entry in the location_map for these three L1 pool-groups so terraform creates the resource group, VNet, subnet, NSG, and storage account in west-us-3. Companion to fxci-config #1020, which adds west-us-3 to the b-win2022 pool locations across all variants. The other four L1 pool-groups (gecko-1, mozilla-1, vpn-1, enterprise-1) and all six L3 trusted pool-groups already have west-us-3 resources provisioned.
markcor
approved these changes
May 27, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
"West US 3" = "west-us-3"entry in thelocation_mapfor thegecko-2,comm-1, andnss-1L1 provisioner directories.terraform apply, this creates the resource group, VNet, subnet, NSG, and storage account in west-us-3 for each pool-group.Background
Companion to fxci-config #1020, which adds
west-us-3as a 4th region for allb-win2022worker pool variants to spread Spot load off the saturated central-india / north-central-us / south-central-us regions.The other four L1 pool-groups (
gecko-1,mozilla-1,vpn-1,enterprise-1) and all six L3 trusted pool-groups already have west-us-3 resources provisioned, so no changes are needed there.Test plan
terraform planforterraform/azure_fxci/gecko-2,terraform/azure_fxci/comm-1,terraform/azure_fxci/nss-1shows only additions for west-us-3 (no modifications or deletions in other regions)terraform apply, verify resources exist:az group show -n rg-west-us-3-gecko-2,az group show -n rg-west-us-3-comm-1,az group show -n rg-west-us-3-nss-1