Skip to content

Commit b038555

Browse files
committed
mexico central doesn't suppor storage types we use
Signed-off-by: James Sturtevant <[email protected]>
1 parent 9e33d53 commit b038555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ capz::util::should_build_ccm() {
6363

6464
# all test regions must support AvailabilityZones
6565
capz::util::get_random_region() {
66-
local REGIONS=("australiaeast" "brazilsouth" "canadacentral" "germanywestcentral" "mexicocentral" "northcentralus" "northeurope" "switzerlandnorth" "uksouth" )
66+
local REGIONS=("australiaeast" "brazilsouth" "canadacentral" "eastus2" "germanywestcentral" "northcentralus" "northeurope" "switzerlandnorth" "uksouth" )
6767
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
6868
}
6969
# all regions below must have GPU availability for the chosen GPU VM SKU

0 commit comments

Comments
 (0)