docs(testing): refresh live docker runners

This commit is contained in:
Peter Steinberger
2026-01-10 03:06:07 +00:00
parent 782863ea6c
commit f918d30a58
5 changed files with 20 additions and 11 deletions

View File

@@ -19,11 +19,11 @@ echo "==> Run live model tests (profile keys)"
docker run --rm -t \
--entrypoint bash \
-e HOME=/home/node \
-e LIVE=1 \
-e CLAWDBOT_LIVE_TEST=1 \
-e CLAWDBOT_LIVE_ALL_MODELS=1 \
-e CLAWDBOT_LIVE_REQUIRE_PROFILE_KEYS=1 \
-e CLAWDBOT_LIVE_MODELS="${CLAWDBOT_LIVE_MODELS:-all}" \
-v "$CONFIG_DIR":/home/node/.clawdbot \
-v "$WORKSPACE_DIR":/home/node/clawd \
"${PROFILE_MOUNT[@]}" \
"$IMAGE_NAME" \
-lc "cd /app && pnpm test:live"
-lc "set -euo pipefail; [ -f \"$HOME/.profile\" ] && source \"$HOME/.profile\" || true; cd /app && pnpm test:live"