Skip to content

Commit

Permalink
Merge pull request #1410 from aramase/aramase/c/aks_regions
Browse files Browse the repository at this point in the history
ci: remove low quota regions for aks windows job
  • Loading branch information
k8s-ci-robot authored Jan 9, 2024
2 parents 839df7b + e378b67 commit d390bd6
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 d390bd6

Please sign in to comment.