qa: harden parity gate execution (#70045)

This commit is contained in:
Val Alexander
2026-04-22 03:08:25 -05:00
committed by GitHub
parent bee2e0f38f
commit dab46a7e98
8 changed files with 504 additions and 40 deletions

View File

@@ -41,6 +41,7 @@ jobs:
# followthrough gate that expects a fast post-approval read within a 30s
# agent.wait timeout.
QA_PARITY_CONCURRENCY: "1"
OPENCLAW_QA_TRANSPORT_READY_TIMEOUT_MS: "180000"
OPENAI_API_KEY: ""
ANTHROPIC_API_KEY: ""
OPENCLAW_LIVE_OPENAI_KEY: ""
@@ -70,6 +71,13 @@ jobs:
- name: Build private QA runtime
run: pnpm build
- name: Run parity preflight
run: |
pnpm openclaw qa suite \
--provider-mode mock-openai \
--model openai/gpt-5.4 \
--alt-model anthropic/claude-opus-4-6 \
--preflight
- name: Run GPT-5.4 lane
run: |
pnpm openclaw qa suite \