Skip to content

Commit

Permalink
ci: switch region from eastus to westus2 (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li authored and junczhu committed Jul 4, 2024
1 parent bf227cf commit 78c3fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azure-ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export ACR_NAME="${ACR_NAME:-ratifyacr${SUFFIX}}"
export AKS_NAME="${AKS_NAME:-ratify-aks-${SUFFIX}}"
export KEYVAULT_NAME="${KEYVAULT_NAME:-ratify-akv-${SUFFIX}}"
export USER_ASSIGNED_IDENTITY_NAME="${USER_ASSIGNED_IDENTITY_NAME:-ratify-e2e-identity-${SUFFIX}}"
export LOCATION="eastus"
export LOCATION="westus2"
export KUBERNETES_VERSION=${1:-1.29.2}
GATEKEEPER_VERSION=${2:-3.15.0}
TENANT_ID=$3
Expand Down

0 comments on commit 78c3fbc

Please sign in to comment.