File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 2121 id-token : write # needed to interact with GitHub's OIDC Token endpoint.
2222 contents : read
2323 strategy :
24- # max-parallel: 30
24+ max-parallel : 30
2525 matrix :
2626 package :
2727 [
@@ -62,19 +62,11 @@ jobs:
6262 uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
6363 with :
6464 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"
7365 - name : Setup AWS credentials
7466 uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
7567 with :
7668 role-to-assume : ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
77- aws-region : ${{ steps.round-robin-region.outputs.region }}
69+ aws-region : eu-west-1
7870 mask-aws-account-id : true
7971 - name : Run integration tests on utils
8072 env :
8375 ARCH : ${{ matrix.arch }}
8476 JSII_SILENCE_WARNING_DEPRECATED_NODE_VERSION : true
8577 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