Commit 23dc8ce
committed
fix(qa-lab): bump parity baseline to Opus 4.7 / GPT-5.5 and lengthen approval-turn-tool-followthrough timeouts
Carries forward the surface-bump portion of #74290 (closed in favor of
this slim follow-up since the parity-gate.yml workflow file the original
PR also touched was retired by #74622 'ci: fold parity into QA release
validation').
The mock-openai parity lanes that now live in
`openclaw-release-checks.yml` and `qa-live-transports-convex.yml`
were still pinned to `anthropic/claude-opus-4-6` /
`anthropic/claude-sonnet-4-6` for the baseline and
`openai/gpt-5.4-alt` for the candidate alt model. That left the parity
baseline one model-generation behind the active Opus 4.7 / GPT-5.5
defaults already used elsewhere on main (CHANGELOG.md:803,
docs/providers/anthropic.md:108, openclaw-live-and-e2e-checks-reusable.yml:1894).
The `approval-turn-tool-followthrough` scenario was using 20s/30s
`liveTurnTimeoutMs` fallbacks that timed out on cold mock-gateway
parity runs (the deleted `parity-gate.yml` env-var comments described
exactly this scenario flake). Bumping all four turn fallbacks to 60s
matches what the mock provider's `resolveTurnTimeoutMs` returns for
fallbackMs (it returns the fallback unchanged) so cold starts have
breathing room before the approval/follow-through chain has to
complete.
This PR does NOT touch:
- The retired `.github/workflows/parity-gate.yml` (deleted on main
by #74622)
- Internal artifact directory names `gpt54`/`opus46` (cosmetic, out
of scope for a slim follow-up)
- The Discord QA scenario lane and the release-validation lane that
intentionally pin `openai/gpt-5.4` (separate concerns)
Refs #74290.1 parent e8d63b8 commit 23dc8ce
4 files changed
Lines changed: 15 additions & 13 deletions
File tree
- .github/workflows
- qa/scenarios/runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | | - | |
| 708 | + | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
712 | | - | |
| 711 | + | |
| 712 | + | |
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
782 | | - | |
| 782 | + | |
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
| 199 | + | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
0 commit comments