Skip to content

Commit

Permalink
[antithesis] Fix job duration (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored Jul 19, 2024
1 parent 38fb295 commit 4929986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/trigger-antithesis-avalanchego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
config_image: antithesis-avalanchego-config:${{ github.event.inputs.image_tag || 'latest' }}
images: antithesis-avalanchego-workload:${{ github.event.inputs.image_tag || 'latest' }};antithesis-avalanchego-node:${{ github.event.inputs.image_tag || 'latest' }}
email_recipients: ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
# Duration is in hours
additional_parameters: |-
custom.duration=${{ github.event.inputs.duration || '11.25' }} # Duration is in hours
custom.duration=${{ github.event.inputs.duration || '11.25' }}
custom.workload=avalanchego
3 changes: 2 additions & 1 deletion .github/workflows/trigger-antithesis-xsvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
config_image: antithesis-xsvm-config:${{ github.event.inputs.image_tag || 'latest' }}
images: antithesis-xsvm-workload:${{ github.event.inputs.image_tag || 'latest' }};antithesis-xsvm-node:${{ github.event.inputs.image_tag || 'latest' }}
email_recipients: ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
# Duration is in hours
additional_parameters: |-
custom.duration=${{ github.event.inputs.duration || '11.25' }} # Duration is in hours
custom.duration=${{ github.event.inputs.duration || '11.25' }}
custom.workload=xsvm

0 comments on commit 4929986

Please sign in to comment.