Skip to content

test: automate scale test execution #3

test: automate scale test execution

test: automate scale test execution #3

name: Daily Scale Test
on:
push:
branches:
- alexcastilio/scale-test-workflow
# schedule:
# - cron: "0 0 * * *"
# permissions:
# contents: read
# id-token: write
jobs:
call-scale-test:

Check failure on line 15 in .github/workflows/daily-scale-test.yaml

View workflow run for this annotation

GitHub Actions / Daily Scale Test

Invalid workflow file

The workflow is not valid. .github/workflows/daily-scale-test.yaml (Line: 15, Col: 3): Error calling workflow 'microsoft/retina/.github/workflows/scale-test.yaml@c55137e8801a3d9ab0cd7057aadfbe76e2baa1de'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/scale-test.yaml
with:
num_deployments: 10
num_replicas: 10
# TODO: Fix value
num_netpol: 0
cleanup: false