Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/trigger-antithesis-avalanchego.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Trigger Antithesis Avalanchego Setup

on:
# TODO(marun) Add a schedule to execute regularly
schedule:
- cron: '0 22 * * *' # Every day at 10PM UTC
workflow_dispatch:
inputs:
duration:
description: 'The duration to run the test for'
description: 'The duration (in hours) to run the test for'
default: '0.5'
required: true
type: string
Expand Down Expand Up @@ -35,4 +36,4 @@ jobs:
images: antithesis-avalanchego-workload:${{ github.event.inputs.image_tag || 'latest' }};antithesis-avalanchego-node:${{ github.event.inputs.image_tag || 'latest' }}
email_recipients: ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
additional_parameters: |-
custom.duration=${{ github.event.inputs.duration || '0.5' }}
custom.duration=${{ github.event.inputs.duration || '11.25' }} # Duration is in hours
7 changes: 4 additions & 3 deletions .github/workflows/trigger-antithesis-xsvm.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Trigger Antithesis XSVM Setup

on:
# TODO(marun) Add a schedule to execute regularly
schedule:
- cron: '0 10 * * *' # Every day at 10AM UTC
workflow_dispatch:
inputs:
duration:
description: 'The duration to run the test for'
description: 'The duration (in hours) to run the test for'
default: '0.5'
required: true
type: string
Expand Down Expand Up @@ -35,4 +36,4 @@ jobs:
images: antithesis-xsvm-workload:${{ github.event.inputs.image_tag || 'latest' }};antithesis-xsvm-node:${{ github.event.inputs.image_tag || 'latest' }}
email_recipients: ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
additional_parameters: |-
custom.duration=${{ github.event.inputs.duration || '0.5' }}
custom.duration=${{ github.event.inputs.duration || '11.25' }} # Duration is in hours