Skip to content

Commit a740724

Browse files
committed
ci: simplify release qa profile evidence
1 parent 4df934a commit a740724

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ env:
9292
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
9393
NODE_VERSION: "24.15.0"
9494
OPENCLAW_CI_OPENAI_MODEL: ${{ vars.OPENCLAW_CI_OPENAI_MODEL || 'openai/gpt-5.5' }}
95-
OPENCLAW_CI_OPENAI_FALLBACK_MODEL: ${{ vars.OPENCLAW_CI_OPENAI_FALLBACK_MODEL || 'openai/gpt-5.4' }}
9695

9796
jobs:
9897
resolve_target:
@@ -820,8 +819,6 @@ jobs:
820819
shell: bash
821820
env:
822821
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
823-
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
824-
OPENCLAW_LIVE_OPENAI_KEY: ${{ secrets.OPENAI_API_KEY }}
825822
run: |
826823
set -euo pipefail
827824
@@ -831,12 +828,6 @@ jobs:
831828
pnpm openclaw qa run \
832829
--repo-root . \
833830
--qa-profile release \
834-
--provider-mode live-frontier \
835-
--evidence-mode full \
836-
--model "${OPENCLAW_CI_OPENAI_MODEL}" \
837-
--alt-model "${OPENCLAW_CI_OPENAI_FALLBACK_MODEL}" \
838-
--concurrency 1 \
839-
--fast \
840831
--output-dir "${output_dir}"
841832
842833
- name: Upload release QA profile evidence

0 commit comments

Comments
 (0)