ci: restore complete gateway verification
Verify Data Plane / gateway (push) Failing after 2m14s

This commit is contained in:
sechmachine
2026-07-30 16:28:25 +07:00
parent c7356337d7
commit d13a953711
3 changed files with 5 additions and 9 deletions
+3 -7
View File
@@ -14,7 +14,7 @@ concurrency:
jobs:
gateway:
runs-on: ubuntu-latest-arm-on-mac
runs-on: ubuntu-latest-on-demand-xhigh-performance
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
@@ -26,12 +26,8 @@ jobs:
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
with:
bun-version: "1.3.13"
- name: Verify Go and OpenSpec baseline
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: Verify Go and OpenSpec
run: make OPENSPEC='bunx --bun @fission-ai/openspec@1.5.0' verify
- name: Build and inspect reproducible Linux gateway artifacts
run: |
make gateway-linux DIST_DIR=dist