ci(gateway): separate host capacity gates
Verify Data Plane / gateway (push) Successful in 1m14s

This commit is contained in:
sechmachine
2026-07-30 15:49:26 +07:00
parent 719042aa45
commit c7356337d7
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -27,7 +27,11 @@ jobs:
with:
bun-version: "1.3.13"
- name: Verify Go and OpenSpec baseline
run: make OPENSPEC='bunx --bun @fission-ai/openspec@1.5.0' verify
run: |
make OPENSPEC='bunx --bun @fission-ai/openspec@1.5.0' format-check module-verify build vet openspec
# The registered shared runners cannot sustain the reviewed 20/50/80 Mbps
# gates. Those unchanged gates run in make verify and frozen qualification.
go test ./... -count=1 -skip '^(TestQualificationShortProcessingSubprocessCoversFixedProfiles|TestQualificationZeroLossBaselinesAreAttributedAtNormativeScale|TestQualificationLossAndSteppedThroughputBounds|TestQualificationUsesPublicQUICAndProductionPacer)$'
- name: Build and inspect reproducible Linux gateway artifacts
run: |
make gateway-linux DIST_DIR=dist