From f71b8d76ffd7e37d656405d58e3d6a93ca5cccba Mon Sep 17 00:00:00 2001 From: marun Date: Wed, 21 Aug 2024 09:04:12 -0700 Subject: [PATCH] [antithesis] Update schedule to make room for subnet-evm (#3317) --- .github/workflows/trigger-antithesis-avalanchego.yml | 2 +- .github/workflows/trigger-antithesis-xsvm.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trigger-antithesis-avalanchego.yml b/.github/workflows/trigger-antithesis-avalanchego.yml index f02394fac4e..cc12f342161 100644 --- a/.github/workflows/trigger-antithesis-avalanchego.yml +++ b/.github/workflows/trigger-antithesis-avalanchego.yml @@ -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 diff --git a/.github/workflows/trigger-antithesis-xsvm.yml b/.github/workflows/trigger-antithesis-xsvm.yml index ce9c43f7461..2bc083dcb04 100644 --- a/.github/workflows/trigger-antithesis-xsvm.yml +++ b/.github/workflows/trigger-antithesis-xsvm.yml @@ -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: @@ -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