We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2c686f + 9ebeef6 commit 1d0c3aeCopy full SHA for 1d0c3ae
hack/util.sh
@@ -63,7 +63,7 @@ capz::util::should_build_ccm() {
63
64
# all test regions must support AvailabilityZones
65
capz::util::get_random_region() {
66
- local REGIONS=("canadacentral" "eastus" "eastus2" "northeurope" "uksouth" "westeurope" "westus2" "westus3")
+ local REGIONS=("canadacentral" "eastus" "eastus2" "northeurope" "uksouth" "westus2" "westus3")
67
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
68
}
69
# all regions below must have GPU availability for the chosen GPU VM SKU
0 commit comments