From e2c15bc55a495918405cf5daf86850072d72a67e Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Wed, 21 Aug 2024 08:39:43 -0700 Subject: [PATCH] [antithesis] Update schedule to make room for subnet-evm --- .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 f02394fac4ec..cc12f3421617 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 ce9c43f74613..2bc083dcb045 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