Skip to content

Commit 04eacba

Browse files
authored
Merge branch 'master' into dependabot/pip/dev_requirements/setuptools-80.9.0
2 parents 4970409 + cbfab66 commit 04eacba

40 files changed

+325
-239
lines changed

.github/workflows/ci_codebuild-tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
# Run once a day
77
schedule:
88
- cron: "0 0 * * *"
9+
# Add workflow_call trigger
10+
workflow_call:
11+
# Define any secrets that need to be passed from the caller
12+
secrets:
13+
CI_AWS_ROLE_ARN:
14+
required: true
915

1016
permissions:
1117
id-token: write
@@ -38,10 +44,10 @@ jobs:
3844
with:
3945
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
4046
aws-region: us-west-2
41-
role-duration-seconds: 4200
47+
role-duration-seconds: 7200
4248
- name: Run python-${{ matrix.python.python_version }} ${{ matrix.codebuild_file_name }}
4349
uses: aws-actions/aws-codebuild-run-build@v1
44-
timeout-minutes: 70
50+
timeout-minutes: 120
4551
with:
4652
project-name: python-esdk
4753
buildspec-override: codebuild/py${{ matrix.python.python_version }}/${{ matrix.codebuild_file_name }}

0 commit comments

Comments
 (0)