File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ capz::util::should_build_ccm() {
63
63
64
64
# all test regions must support AvailabilityZones
65
65
capz::util::get_random_region () {
66
- local REGIONS=(" australiaeast" " canadacentral" " francecentral" " germanywestcentral" " northeurope " " switzerlandnorth" " uksouth" )
66
+ local REGIONS=(" australiaeast" " canadacentral" " francecentral" " germanywestcentral" " switzerlandnorth" " uksouth" )
67
67
echo " ${REGIONS[${RANDOM} % ${#REGIONS[@]} ]}"
68
68
}
69
69
# all regions below must have GPU availability for the chosen GPU VM SKU
70
70
capz::util::get_random_region_gpu () {
71
- local REGIONS=(" eastus" " eastus2" " northeurope " " uksouth" " westeurope" " westus2" )
71
+ local REGIONS=(" eastus" " eastus2" " uksouth" " westeurope" " westus2" )
72
72
echo " ${REGIONS[${RANDOM} % ${#REGIONS[@]} ]}"
73
73
}
74
74
# all regions below must support ExtendedLocation
You can’t perform that action at this time.
0 commit comments