We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae41355 commit 778ccfeCopy full SHA for 778ccfe
.github/actions/c-chain-reexecution-benchmark/action.yml
@@ -20,6 +20,10 @@ inputs:
20
aws-region:
21
description: 'AWS region to use for S3 access.'
22
required: true
23
+ aws-role-duration-seconds:
24
+ description: 'The duration of the AWS role to assume for S3 access.'
25
+ required: true
26
+ default: '43200' # 12 hours
27
prometheus-username:
28
description: 'The username for the Prometheus instance.'
29
@@ -67,6 +71,7 @@ runs:
67
71
with:
68
72
role-to-assume: ${{ inputs.aws-role }}
69
73
aws-region: ${{ inputs.aws-region }}
74
+ role-duration-seconds: ${{ inputs.aws-role-duration-seconds }}
70
75
- name: Run C-Chain Re-Execution
76
uses: ./.github/actions/run-monitored-tmpnet-cmd
77
0 commit comments