Skip to content

Commit

Permalink
Merge pull request #5026 from jsturtevant/update-regions
Browse files Browse the repository at this point in the history
Update regions for new sub based on failures
  • Loading branch information
jackfrancis authored Jul 30, 2024
2 parents 57ea5b8 + 9bedf08 commit f27ddf9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion hack/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ capz::util::should_build_ccm() {

# all test regions must support AvailabilityZones
capz::util::get_random_region() {
local REGIONS=("australiaeast" "canadacentral" "eastus" "eastus2" "northcentralus" "northeurope" "uksouth" "westeurope" "westus2")
local REGIONS=("australiaeast" "canadacentral" "francecentral" "germanywestcentral" "northeurope" "switzerlandnorth" "uksouth" )
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
}
# all regions below must have GPU availability for the chosen GPU VM SKU
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion templates/test/ci/cluster-template-prow-aks.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ spec:
osDiskType: "Managed"
osDiskSizeGB: 30
enableNodePublicIP: false
enableUltraSSD: true
availabilityZones: ["1", "2"]
name: pool0
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
1 change: 0 additions & 1 deletion templates/test/ci/prow-aks/patches/aks-pool0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spec:
osDiskType: "Managed"
osDiskSizeGB: 30
enableNodePublicIP: false
enableUltraSSD: true
availabilityZones: ["1", "2"]
name: pool0
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"

0 comments on commit f27ddf9

Please sign in to comment.