Skip to content

Commit

Permalink
Merge pull request #1411 from aramase/automated-cherry-pick-of-#1410-…
Browse files Browse the repository at this point in the history
…upstream-release-1.4

Automated cherry pick of #1410: ci: remove low quota regions for aks windows job
  • Loading branch information
k8s-ci-robot authored Jan 9, 2024
2 parents 5df3a6a + 10b07c1 commit 1b69584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/run-e2e-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parse_cred() {
}

get_random_region() {
local REGIONS=("eastus" "eastus2" "southcentralus" "westeurope" "uksouth" "northeurope" "francecentral")
local REGIONS=("eastus" "eastus2" "southcentralus" "westeurope" "uksouth")
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
}

Expand Down

0 comments on commit 1b69584

Please sign in to comment.