From 2ea5f19ec0e4787425f413447a13d481439a0f97 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 28 Apr 2026 19:36:37 +0100 Subject: [PATCH] ci(release): pin qa live model --- .github/workflows/openclaw-release-checks.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/openclaw-release-checks.yml b/.github/workflows/openclaw-release-checks.yml index 257dc4f6e6b..05f71abf92d 100644 --- a/.github/workflows/openclaw-release-checks.yml +++ b/.github/workflows/openclaw-release-checks.yml @@ -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