Skip to content

Commit 31575ed

Browse files
committed
update regions
1 parent b038555 commit 31575ed

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" "eastus2" "germanywestcentral" "northcentralus" "northeurope" "switzerlandnorth" "uksouth" )
66+
local REGIONS=("australiaeast" "canadacentral" "francecentral" "germanywestcentral" "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)