ci: update codex cli live smoke

This commit is contained in:
Peter Steinberger
2026-05-02 19:37:28 +01:00
parent a3f2f3a4eb
commit c3c2c31168
4 changed files with 38 additions and 3 deletions

View File

@@ -90,6 +90,8 @@ describe("docker build helper", () => {
expect(liveCliBackend).toContain(
'OPENCLAW_LIVE_DOCKER_REPO_ROOT="$ROOT_DIR" "$TRUSTED_HARNESS_DIR/scripts/test-live-build-docker.sh"',
);
expect(liveCliBackend).toContain("direct Codex CLI probe failed before OpenClaw gateway smoke");
expect(liveCliBackend).toContain("==> Direct Codex CLI probe ok");
expect(liveCliBackend).not.toContain(
'echo "==> Reuse live-test image: $LIVE_IMAGE_NAME (OPENCLAW_SKIP_DOCKER_BUILD=1)"',
);