Skip to content

Commit 1d688de

Browse files
authored
[antithesis] Add schedule for test setup (#1297)
1 parent 00f309a commit 1d688de

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/trigger-antithesis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: Trigger Antithesis
22

33
on:
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:
@@ -36,5 +42,5 @@ jobs:
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

0 commit comments

Comments
 (0)