Skip to content

Commit f27ddf9

Browse files
authored
Merge pull request #5026 from jsturtevant/update-regions
Update regions for new sub based on failures
2 parents 57ea5b8 + 9bedf08 commit f27ddf9

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
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" "eastus" "eastus2" "northcentralus" "northeurope" "uksouth" "westeurope" "westus2")
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

templates/test/ci/cluster-template-prow-aks-clusterclass.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-aks.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/prow-aks-clusterclass/patches/aks-clusterclass-pool0.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ spec:
99
osDiskType: "Managed"
1010
osDiskSizeGB: 30
1111
enableNodePublicIP: false
12-
enableUltraSSD: true
1312
availabilityZones: ["1", "2"]
1413
name: pool0
1514
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"

templates/test/ci/prow-aks/patches/aks-pool0.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ spec:
77
osDiskType: "Managed"
88
osDiskSizeGB: 30
99
enableNodePublicIP: false
10-
enableUltraSSD: true
1110
availabilityZones: ["1", "2"]
1211
name: pool0
1312
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"

0 commit comments

Comments
 (0)