Skip to content

Commit 6fe605b

Browse files
authored
Expand AWS session time for SQL benchmarks (#8592)
## Rationale for this change Turns out nightly benchmarks were very close to the default token lifetime, but a few days ago they seemed to go over, so we should expand the token for a bit. ## What changes are included in this PR? Doubles the token duration for the sql-benchmarks flow. ## What APIs are changed? Are there any user-facing changes? N/A Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 15cec3b commit 6fe605b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sql-benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ jobs:
595595
with:
596596
role-to-assume: arn:aws:iam::245040174862:role/GitHubBenchmarkRole
597597
aws-region: us-east-1
598+
# Expand session window, otherwise some large scale runs time out.
599+
role-duration-seconds: 7200
598600

599601
- name: Upload data
600602
if: matrix.remote_storage != null && (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false)

0 commit comments

Comments
 (0)