File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11name : Trigger Antithesis
22
33on :
4- # TODO(marun) Add a schedule
4+ schedule :
5+ # When adjusting the schedule and duration of execution, make sure
6+ # to check the schedule of antithesis jobs scheduled by other
7+ # repos (avalanchego and hypersdk). Ideally the schedules for
8+ # different test setups should not overlap to avoid unintended
9+ # resource contention.
10+ - cron : ' 0 14 * * *' # Every day at 2PM UTC
511 workflow_dispatch :
612 inputs :
713 duration :
3642 email_recipients : ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
3743 # Duration is in hours
3844 additional_parameters : |-
39- custom.duration=${{ github.event.inputs.duration || '11.25 ' }}
45+ custom.duration=${{ github.event.inputs.duration || '7.5 ' }}
4046 custom.workload=subnet-evm
You can’t perform that action at this time.
0 commit comments