ci(release): pin qa live model

This commit is contained in:
Peter Steinberger
2026-04-28 19:36:37 +01:00
parent 579e40269b
commit 2ea5f19ec0

View File

@@ -63,6 +63,7 @@ env:
NODE_VERSION: "24.x"
PNPM_VERSION: "10.33.0"
OPENCLAW_CI_OPENAI_MODEL: ${{ vars.OPENCLAW_CI_OPENAI_MODEL }}
OPENCLAW_QA_LIVE_OPENAI_MODEL: openai/gpt-5.4
jobs:
resolve_target:
@@ -660,8 +661,8 @@ jobs:
--repo-root . \
--output-dir "${output_dir}" \
--provider-mode live-frontier \
--model "${OPENCLAW_CI_OPENAI_MODEL}" \
--alt-model "${OPENCLAW_CI_OPENAI_MODEL}" \
--model "${OPENCLAW_QA_LIVE_OPENAI_MODEL}" \
--alt-model "${OPENCLAW_QA_LIVE_OPENAI_MODEL}" \
--profile fast \
--fast
)
@@ -751,8 +752,8 @@ jobs:
--repo-root . \
--output-dir "${output_dir}" \
--provider-mode live-frontier \
--model "${OPENCLAW_CI_OPENAI_MODEL}" \
--alt-model "${OPENCLAW_CI_OPENAI_MODEL}" \
--model "${OPENCLAW_QA_LIVE_OPENAI_MODEL}" \
--alt-model "${OPENCLAW_QA_LIVE_OPENAI_MODEL}" \
--fast \
--credential-source convex \
--credential-role ci