Skip to content

test: enable heartbeat in scale test #50

test: enable heartbeat in scale test

test: enable heartbeat in scale test #50

name: Daily Scale Test
on:
push:
branches:
- alexcastilio/heartbeat-scale-test
schedule:
- cron: "0 0 * * *"
permissions:
contents: read
id-token: write
jobs:
call-scale-test:
uses: ./.github/workflows/scale-test.yaml
with:
num_deployments: 1000
num_replicas: 20
num_netpol: 0
num_nodes: 1000
cleanup: true
secrets: inherit