From 10b07c1c74a5ceaade9994fb06a3b925f7cf4d6b Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Tue, 9 Jan 2024 19:32:27 +0000 Subject: [PATCH] ci: remove low quota regions for aks windows job Signed-off-by: Anish Ramasekar --- test/scripts/run-e2e-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/run-e2e-windows.sh b/test/scripts/run-e2e-windows.sh index 96ec696af..a214d1b99 100755 --- a/test/scripts/run-e2e-windows.sh +++ b/test/scripts/run-e2e-windows.sh @@ -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[@]}]}" }