Allow guard wrappers to forward custom arguments
build / backend (push) Has been cancelled
build / node-agent (push) Has been cancelled
build / worker (push) Has been cancelled

This commit is contained in:
2026-05-12 09:31:55 +03:00
parent 27bb8102a2
commit 99f5e28128
4 changed files with 20 additions and 3 deletions
@@ -37,6 +37,16 @@ Linux/macOS/WSL wrapper:
./scripts/smoke/run-vpnruntime-ci-guards.sh
```
Wrapper scripts pass arguments through to the PowerShell guard script, for example:
```cmd
scripts\smoke\run-vpnruntime-ci-guards.cmd -AntiFlakeCount 5 -TargetedCount 10 -SkipRace
```
```bash
./scripts/smoke/run-vpnruntime-ci-guards.sh -AntiFlakeCount 5 -TargetedCount 10 -SkipRace
```
Expected:
- all guard steps pass