Skip to content

Commit 6754b61

Browse files
committed
Update regions for new sub based on failures
Signed-off-by: James Sturtevant <[email protected]>
1 parent 3a92eee commit 6754b61

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