Stabilize vpnruntime parallel flow test and add CI anti-flake gate

This commit is contained in:
2026-05-12 08:47:11 +03:00
parent 8ba0561f4f
commit a3c0998e9f
2 changed files with 2038 additions and 0 deletions
+16
View File
@@ -17,6 +17,22 @@ jobs:
go-version: '1.23.8' go-version: '1.23.8'
- run: go mod download - run: go mod download
- run: go build ./... - run: go build ./...
- run: go test ./...
node-agent:
runs-on: ubuntu-24.04
defaults:
run:
working-directory: agents/rap-node-agent
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.8'
- run: go mod download
- run: go test ./...
- name: Anti-flake check (vpnruntime)
run: go test ./internal/vpnruntime -count=20
worker: worker:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
File diff suppressed because it is too large Load Diff