Skip to content

Commit 10b7e2e

Browse files
authored
Merge pull request #1437 from CecileRobertMichon/rm-westus3
remove westus3 from test regions
2 parents 3516590 + 0044542 commit 10b7e2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/ci-conformance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ source "${REPO_ROOT}/hack/util.sh"
4848
: "${AZURE_CLIENT_SECRET:?Environment variable empty or not defined.}"
4949

5050
get_random_region() {
51-
local REGIONS=("northcentralus" "westus" "westus2" "westus3" "canadacentral" "eastus" "eastus2" "westeurope" "uksouth" "northeurope" "francecentral")
51+
local REGIONS=("northcentralus" "westus" "westus2" "canadacentral" "eastus" "eastus2" "westeurope" "uksouth" "northeurope" "francecentral")
5252
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
5353
}
5454

scripts/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ source "${REPO_ROOT}/hack/parse-prow-creds.sh"
4646
: "${AZURE_CLIENT_SECRET:?Environment variable empty or not defined.}"
4747

4848
get_random_region() {
49-
local REGIONS=("northcentralus" "westus" "westus2" "westus3" "canadacentral" "eastus" "eastus2" "westeurope" "uksouth" "northeurope" "francecentral")
49+
local REGIONS=("northcentralus" "westus" "westus2" "canadacentral" "eastus" "eastus2" "westeurope" "uksouth" "northeurope" "francecentral")
5050
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
5151
}
5252

scripts/ci-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ source "${REPO_ROOT}/hack/parse-prow-creds.sh"
4141
source "${REPO_ROOT}/hack/util.sh"
4242

4343
get_random_region() {
44-
local REGIONS=("northcentralus" "westus" "westus2" "westus3" "canadacentral" "eastus" "eastus2" "westeurope" "uksouth" "northeurope" "francecentral")
44+
local REGIONS=("northcentralus" "westus" "westus2" "canadacentral" "eastus" "eastus2" "westeurope" "uksouth" "northeurope" "francecentral")
4545
echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}"
4646
}
4747

0 commit comments

Comments
 (0)