fix(qa): deflake parity approval preflight

This commit is contained in:
Vincent Koc
2026-04-22 13:43:15 -07:00
parent db5895fd2a
commit 4c675216f1
3 changed files with 69 additions and 11 deletions

View File

@@ -71,13 +71,9 @@ 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
# The approval-turn sentinel still runs inside the full parity pack below.
# Keep the exact mock read-plan contract in deterministic unit tests instead
# of paying for a separate full-runtime preflight that has been flaky in CI.
- name: Run GPT-5.4 lane
run: |
pnpm openclaw qa suite \