From 14b38d1fb8a2c5d68ff49b989bfb30f997304659 Mon Sep 17 00:00:00 2001 From: smilkuri Date: Wed, 3 Sep 2025 17:31:26 +0000 Subject: [PATCH 1/2] chore(ci): rename pull-request-build-yml to pull-request-build.yml --- .../workflows/{pull-request-build-yml => pull-request-build.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{pull-request-build-yml => pull-request-build.yml} (100%) diff --git a/.github/workflows/pull-request-build-yml b/.github/workflows/pull-request-build.yml similarity index 100% rename from .github/workflows/pull-request-build-yml rename to .github/workflows/pull-request-build.yml From 40f2fe61bc086de7324a10cfe05b7dae18846344 Mon Sep 17 00:00:00 2001 From: smilkuri Date: Thu, 4 Sep 2025 11:34:09 +0000 Subject: [PATCH 2/2] chore(ci): increase the token expiration to 2 hrs --- .github/workflows/pull-request-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index 61d3b10765432..e74f78335947e 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -29,6 +29,7 @@ jobs: role-to-assume: ${{ env.IAM_ROLE_ARN }} role-session-name: PullRequestBuildGitHubAction aws-region: us-west-2 + role-duration-seconds: 7200 - name: Download Build Script run: | aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress @@ -42,4 +43,4 @@ jobs: --branch "${{ github.event.pull_request.head.ref }}" \ --pr-number "${{ github.event.pull_request.number }}" \ --run-id "${{ github.run_id }}" - timeout-minutes: 510 # 8.5 hours \ No newline at end of file + timeout-minutes: 120 # 2 hours \ No newline at end of file