Skip to content

Commit e761203

Browse files
committed
chore: move back to single region
1 parent 7d0f17d commit e761203

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/run-e2e-tests.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,11 @@ jobs:
6565
uses: aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
6666
with:
6767
nodeVersion: '22'
68-
- name: Select region
69-
id: select_region
70-
run: |
71-
regions_available=(eu-west-1 us-east-1 eu-central-1 us-west-2)
72-
region=${regions_available[$((RANDOM % ${#regions[@]}))]}
73-
region=${regions_available[$((RANDOM % ${#regions_available[@]}))]}
74-
# Set the region as an output variable
75-
echo "region=$region" >> $GITHUB_OUTPUT
76-
echo "deployment_region=$region"
7768
- name: Setup AWS credentials
7869
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
7970
with:
8071
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
81-
aws-region: ${{ steps.select_region.outputs.region }}
72+
aws-region: eu-west-1
8273
mask-aws-account-id: true
8374
- name: Run integration tests on utils
8475
env:

0 commit comments

Comments
 (0)