File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -66,19 +66,11 @@ jobs:
66
66
uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
67
67
with :
68
68
nodeVersion : ' 22'
69
- - name : Round robin region
70
- id : round-robin-region
71
- run : |
72
- regions_available=(eu-west-1 us-east-1)
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"
77
69
- name : Setup AWS credentials
78
70
uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
79
71
with :
80
72
role-to-assume : ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
81
- aws-region : ${{ steps.round-robin-region.outputs.region }}
73
+ aws-region : eu-west-1
82
74
mask-aws-account-id : true
83
75
- name : Run integration tests on utils
84
76
env :
You can’t perform that action at this time.
0 commit comments