Skip to content

Commit c1b5074

Browse files
author
Eva
committed
ci(qa): derive OpenAI alt model from candidate
1 parent ae0838c commit c1b5074

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/openclaw-release-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ jobs:
535535
case "${QA_PARITY_LANE}" in
536536
candidate)
537537
model="${OPENCLAW_CI_OPENAI_MODEL}"
538-
alt_model="openai/gpt-5.5-alt"
538+
alt_model="${OPENCLAW_CI_OPENAI_MODEL}-alt"
539539
;;
540540
baseline)
541541
model="anthropic/claude-opus-4-7"

.github/workflows/parity-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
--parity-pack agentic \
8686
--concurrency "${QA_PARITY_CONCURRENCY}" \
8787
--model "${OPENCLAW_CI_OPENAI_MODEL}" \
88-
--alt-model openai/gpt-5.5-alt \
88+
--alt-model "${OPENCLAW_CI_OPENAI_MODEL}-alt" \
8989
--output-dir .artifacts/qa-e2e/openai-candidate
9090
9191
- name: Run Opus 4.7 lane

.github/workflows/qa-live-transports-convex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
--parity-pack agentic \
180180
--concurrency "${QA_PARITY_CONCURRENCY}" \
181181
--model "${OPENCLAW_CI_OPENAI_MODEL}" \
182-
--alt-model openai/gpt-5.5-alt \
182+
--alt-model "${OPENCLAW_CI_OPENAI_MODEL}-alt" \
183183
--output-dir .artifacts/qa-e2e/openai-candidate
184184
185185
- name: Run Opus 4.7 lane

0 commit comments

Comments
 (0)