File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 21
21
id-token : write # needed to interact with GitHub's OIDC Token endpoint.
22
22
contents : read
23
23
strategy :
24
- # max-parallel: 30
24
+ max-parallel : 30
25
25
matrix :
26
26
package :
27
27
[
@@ -62,19 +62,11 @@ jobs:
62
62
uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
63
63
with :
64
64
nodeVersion : ' 22'
65
- - name : Round robin region
66
- id : round-robin-region
67
- run : |
68
- regions_available=(eu-west-1 us-east-1)
69
- region=${regions_available[$((RANDOM % ${#regions_available[@]}))]}
70
- # Set the region as an output variable
71
- echo "region=$region" >> $GITHUB_OUTPUT
72
- echo "deployment_region=$region"
73
65
- name : Setup AWS credentials
74
66
uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
75
67
with :
76
68
role-to-assume : ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
77
- aws-region : ${{ steps.round-robin-region.outputs.region }}
69
+ aws-region : eu-west-1
78
70
mask-aws-account-id : true
79
71
- name : Run integration tests on utils
80
72
env :
83
75
ARCH : ${{ matrix.arch }}
84
76
JSII_SILENCE_WARNING_DEPRECATED_NODE_VERSION : true
85
77
RUNNER_DEBUG : ${{ env.RUNNER_DEBUG }}
86
- run : npm run test:e2e -w ${{ matrix.package }}
78
+ run : npm run test:e2e -w ${{ matrix.package }}
You can’t perform that action at this time.
0 commit comments