Skip to content

Commit acc1747

Browse files
authored
Merge branch 'master' into alexwoo/per_request_auth
2 parents 8e41ffd + 7da51b5 commit acc1747

21 files changed

Lines changed: 2 additions & 865 deletions

.github/workflows/codebuild-ci-integration-tests.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/codebuild-ci.yml

Lines changed: 0 additions & 169 deletions
This file was deleted.

.github/workflows/pull-request-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build SDK
22
on:
33
pull_request:
4+
merge_group:
45
types: [opened, synchronize, ready_for_review]
56

67
concurrency:
@@ -27,7 +28,7 @@ jobs:
2728
role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}}
2829
role-session-name: PullRequestBuildGitHubAction
2930
aws-region: us-west-2
30-
role-duration-seconds: 7200 # 2 hours
31+
role-duration-seconds: 10800 # 3 hrs
3132
- name: Download Build Script
3233
run: |
3334
aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress

.github/workflows/s3-regression-tests.yml

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)