File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
username : ${{ secrets.ANTITHESIS_USERNAME }}
32
32
password : ${{ secrets.ANTITHESIS_PASSWORD }}
33
33
github_token : ${{ secrets.ANTITHESIS_GH_PAT }}
34
- config_image : antithesis-avalanchego-config@ ${{ github.event.inputs.image_tag || 'latest' }}
35
- images : antithesis-avalanchego-workload@ ${{ github.event.inputs.image_tag || 'latest' }};antithesis-avalanchego-node@ ${{ github.event.inputs.image_tag || 'latest' }}
34
+ config_image : antithesis-avalanchego-config: ${{ github.event.inputs.image_tag || 'latest' }}
35
+ images : antithesis-avalanchego-workload: ${{ github.event.inputs.image_tag || 'latest' }};antithesis-avalanchego-node: ${{ github.event.inputs.image_tag || 'latest' }}
36
36
email_recipients : ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
37
37
additional_parameters : |-
38
38
custom.duration=${{ github.event.inputs.duration || '0.5' }}
Original file line number Diff line number Diff line change 31
31
username : ${{ secrets.ANTITHESIS_USERNAME }}
32
32
password : ${{ secrets.ANTITHESIS_PASSWORD }}
33
33
github_token : ${{ secrets.ANTITHESIS_GH_PAT }}
34
- config_image : antithesis-xsvm-config@ ${{ github.event.inputs.image_tag || 'latest' }}
35
- images : antithesis-xsvm-workload@ ${{ github.event.inputs.image_tag || 'latest' }};antithesis-xsvm-node@ ${{ github.event.inputs.image_tag || 'latest' }}
34
+ config_image : antithesis-xsvm-config: ${{ github.event.inputs.image_tag || 'latest' }}
35
+ images : antithesis-xsvm-workload: ${{ github.event.inputs.image_tag || 'latest' }};antithesis-xsvm-node: ${{ github.event.inputs.image_tag || 'latest' }}
36
36
email_recipients : ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
37
37
additional_parameters : |-
38
38
custom.duration=${{ github.event.inputs.duration || '0.5' }}
You can’t perform that action at this time.
0 commit comments