From a1dbf02c611b426a974191c28b6aba843ca2602e Mon Sep 17 00:00:00 2001 From: nithyatsu Date: Wed, 11 Dec 2024 09:14:13 -0800 Subject: [PATCH] revert region since the issues were inetermittent --- .github/workflows/functional-test-cloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional-test-cloud.yaml b/.github/workflows/functional-test-cloud.yaml index f6f2b8575f..7017dc7c11 100644 --- a/.github/workflows/functional-test-cloud.yaml +++ b/.github/workflows/functional-test-cloud.yaml @@ -74,7 +74,7 @@ env: # The Radius helm chart location. RADIUS_CHART_LOCATION: deploy/Chart/ # The region for AWS resources - AWS_REGION: "us-west-1" + AWS_REGION: "us-west-2" # The AWS account ID AWS_ACCOUNT_ID: "${{ secrets.FUNCTEST_AWS_ACCOUNT_ID }}" # The current GitHub action link