From 6970164b76727d76873931723e18ac1de8dad127 Mon Sep 17 00:00:00 2001 From: Charlie McBride <33269602+charliedmcb@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:58:01 -0700 Subject: [PATCH] switch to westus3 for e2e (#440) Co-authored-by: Charlie McBride --- .github/workflows/e2e-matrix-trigger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-matrix-trigger.yaml b/.github/workflows/e2e-matrix-trigger.yaml index 8bd5169d8..e776544f6 100644 --- a/.github/workflows/e2e-matrix-trigger.yaml +++ b/.github/workflows/e2e-matrix-trigger.yaml @@ -5,7 +5,7 @@ on: location: type: string description: "the azure location to run the e2e test in" - default: "southcentralus" + default: "westus3" push: branches: [main] workflow_run: @@ -28,7 +28,7 @@ jobs: uses: ./.github/workflows/e2e-matrix.yaml with: git_ref: ${{ needs.resolve.outputs.GIT_REF }} - location: ${{ inputs.location || 'eastus' }} + location: ${{ inputs.location || 'westus3' }} secrets: E2E_CLIENT_ID: ${{ secrets.E2E_CLIENT_ID }} E2E_TENANT_ID: ${{ secrets.E2E_TENANT_ID }}