Wire one-shot vpnruntime guard script into CI
This commit is contained in:
@@ -37,6 +37,8 @@ jobs:
|
|||||||
run: go test ./internal/vpnruntime -run TestFabricClientPacketIngressParallelFlowWindowDoesNotBlockIndependentChannel -count=50 -timeout=60s
|
run: go test ./internal/vpnruntime -run TestFabricClientPacketIngressParallelFlowWindowDoesNotBlockIndependentChannel -count=50 -timeout=60s
|
||||||
- name: Concurrency check (vpnruntime race)
|
- name: Concurrency check (vpnruntime race)
|
||||||
run: go test -race ./internal/vpnruntime
|
run: go test -race ./internal/vpnruntime
|
||||||
|
- name: One-shot vpnruntime guard script
|
||||||
|
run: pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/smoke/run-vpnruntime-ci-guards.ps1 -AntiFlakeCount 20 -TargetedCount 50
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|||||||
@@ -50,3 +50,9 @@ From `agents/rap-node-agent`:
|
|||||||
go test ./internal/vpnruntime -count=20
|
go test ./internal/vpnruntime -count=20
|
||||||
go test -race ./internal/vpnruntime
|
go test -race ./internal/vpnruntime
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or run the one-shot guard from repo root:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/smoke/run-vpnruntime-ci-guards.ps1
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user