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.
1 parent aed86ce commit cdaf4a5Copy full SHA for cdaf4a5
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