Skip to content

Commit

Permalink
[antithesis] Add schedule for test setup (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava authored Aug 21, 2024
1 parent 00f309a commit 1d688de
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/trigger-antithesis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Trigger Antithesis

on:
# TODO(marun) Add a schedule
schedule:
# When adjusting the schedule and duration of execution, make sure
# to check the schedule of antithesis jobs scheduled by other
# repos (avalanchego and hypersdk). Ideally the schedules for
# different test setups should not overlap to avoid unintended
# resource contention.
- cron: '0 14 * * *' # Every day at 2PM UTC
workflow_dispatch:
inputs:
duration:
Expand Down Expand Up @@ -36,5 +42,5 @@ jobs:
email_recipients: ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
# Duration is in hours
additional_parameters: |-
custom.duration=${{ github.event.inputs.duration || '11.25' }}
custom.duration=${{ github.event.inputs.duration || '7.5' }}
custom.workload=subnet-evm

0 comments on commit 1d688de

Please sign in to comment.