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 b038555 commit 31575edCopy full SHA for 31575ed
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=("australiaeast" "brazilsouth" "canadacentral" "eastus2" "germanywestcentral" "northcentralus" "northeurope" "switzerlandnorth" "uksouth" )
+ local REGIONS=("australiaeast" "canadacentral" "francecentral" "germanywestcentral" "northeurope" "switzerlandnorth" "uksouth" )
67
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
68
}
69
# all regions below must have GPU availability for the chosen GPU VM SKU
0 commit comments