Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/actions/c-chain-reexecution-benchmark/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ inputs:
aws-region:
description: 'AWS region to use for S3 access.'
required: true
aws-role-duration-seconds:
description: 'The duration of the AWS role to assume for S3 access.'
required: true
default: '43200' # 12 hours
prometheus-username:
description: 'The username for the Prometheus instance.'
required: true
Expand Down Expand Up @@ -67,6 +71,7 @@ runs:
with:
role-to-assume: ${{ inputs.aws-role }}
aws-region: ${{ inputs.aws-region }}
role-duration-seconds: ${{ inputs.aws-role-duration-seconds }}
- name: Run C-Chain Re-Execution
uses: ./.github/actions/run-monitored-tmpnet-cmd
with:
Expand Down
Loading