fix(ci): build live image for openwebui lanes · openclaw/openclaw@48e1256
vincentkoc
·
2026-05-04
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -817,6 +817,9 @@ jobs:
|
817 | 817 | export OPENCLAW_DOCKER_ALL_LOG_DIR=".artifacts/docker-tests/release-${DOCKER_E2E_CHUNK}" |
818 | 818 | export OPENCLAW_DOCKER_ALL_TIMINGS_FILE=".artifacts/docker-tests/release-${DOCKER_E2E_CHUNK}-timings.json" |
819 | 819 | export OPENCLAW_DOCKER_ALL_PNPM_COMMAND="$(command -v pnpm)" |
| 820 | + if [[ "${{ steps.plan.outputs.needs_live_image }}" == "1" ]]; then |
| 821 | + OPENCLAW_DOCKER_BUILD_ON_MISSING=1 OPENCLAW_LIVE_DOCKER_REPO_ROOT="$GITHUB_WORKSPACE" bash .release-harness/scripts/test-live-build-docker.sh |
| 822 | + fi |
820 | 823 | |
821 | 824 | node .release-harness/scripts/test-docker-all.mjs |
822 | 825 | |
@@ -1060,7 +1063,7 @@ jobs:
|
1060 | 1063 | export OPENCLAW_DOCKER_ALL_TIMINGS_FILE=".artifacts/docker-tests/targeted-${{ steps.plan.outputs.artifact_suffix }}-timings.json" |
1061 | 1064 | export OPENCLAW_DOCKER_ALL_PNPM_COMMAND="$(command -v pnpm)" |
1062 | 1065 | if [[ "${{ steps.plan.outputs.needs_live_image }}" == "1" ]]; then |
1063 | | - OPENCLAW_LIVE_DOCKER_REPO_ROOT="$GITHUB_WORKSPACE" bash .release-harness/scripts/test-live-build-docker.sh |
| 1066 | + OPENCLAW_DOCKER_BUILD_ON_MISSING=1 OPENCLAW_LIVE_DOCKER_REPO_ROOT="$GITHUB_WORKSPACE" bash .release-harness/scripts/test-live-build-docker.sh |
1064 | 1067 | fi |
1065 | 1068 | export OPENCLAW_DOCKER_ALL_BUILD=0 |
1066 | 1069 | |
@@ -1188,6 +1191,9 @@ jobs:
|
1188 | 1191 | export OPENCLAW_DOCKER_ALL_LOG_DIR=".artifacts/docker-tests/release-openwebui" |
1189 | 1192 | export OPENCLAW_DOCKER_ALL_TIMINGS_FILE=".artifacts/docker-tests/release-openwebui-timings.json" |
1190 | 1193 | export OPENCLAW_DOCKER_ALL_PNPM_COMMAND="$(command -v pnpm)" |
| 1194 | + if [[ "${{ steps.plan.outputs.needs_live_image }}" == "1" ]]; then |
| 1195 | + OPENCLAW_DOCKER_BUILD_ON_MISSING=1 OPENCLAW_LIVE_DOCKER_REPO_ROOT="$GITHUB_WORKSPACE" bash .release-harness/scripts/test-live-build-docker.sh |
| 1196 | + fi |
1191 | 1197 | |
1192 | 1198 | node .release-harness/scripts/test-docker-all.mjs |
1193 | 1199 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。