Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#455 from jsturtevant/new-regions
Browse files Browse the repository at this point in the history
Update regions for new sub
  • Loading branch information
k8s-ci-robot authored Jul 22, 2024
2 parents dfbb82e + 63d51c4 commit d0d6b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capz/run-capz-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ log() {

# all test regions must support AvailabilityZones
get_random_region() {
local REGIONS=("canadacentral" "eastus" "eastus2" "northeurope" "uksouth" "westus2" "westus3")
local REGIONS=("australiaeast" "canadacentral" "eastus" "eastus2" "northeurope" "uksouth" "westus2" "northcentralus")
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
}

Expand Down

0 comments on commit d0d6b1d

Please sign in to comment.