File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
9796jobs :
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
You can’t perform that action at this time.
0 commit comments