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 3a92eee commit 6754b61Copy full SHA for 6754b61
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" "canadacentral" "germanywestcentral" "mexicocentral" "northcentralus" "northeurope" "uksouth" "switzerlandnorth" "brazilsouth")
+ local REGIONS=("australiaeast" "brazilsouth" "canadacentral" "germanywestcentral" "mexicocentral" "northcentralus" "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