Skip to content

Commit

Permalink
[antithesis] Update schedule to make room for subnet-evm (#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored Aug 21, 2024
1 parent 315496f commit f71b8d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-antithesis-avalanchego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,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=avalanchego
4 changes: 2 additions & 2 deletions .github/workflows/trigger-antithesis-xsvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Trigger Antithesis XSVM Setup

on:
schedule:
- cron: '0 10 * * *' # Every day at 10AM UTC
- cron: '0 6 * * *' # Every day at 6AM UTC
workflow_dispatch:
inputs:
duration:
Expand Down Expand Up @@ -37,5 +37,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=xsvm

0 comments on commit f71b8d7

Please sign in to comment.