Skip to content

Commit

Permalink
ci: remove low quota regions for aks windows job
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Jan 9, 2024
1 parent 5df3a6a commit 10b07c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/run-e2e-windows.sh
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 10b07c1

Please sign in to comment.