test: stabilize docker mcp readiness smokes

This commit is contained in:
Peter Steinberger
2026-04-26 08:17:20 +01:00
parent c5bbf83904
commit 7b438965bd
3 changed files with 6 additions and 0 deletions

View File

@@ -22,10 +22,12 @@ set +e
docker run --rm \
--name "$CONTAINER_NAME" \
-e "OPENCLAW_TEST_FAST=1" \
-e "OPENCLAW_ALLOW_SLOW_REPLY_TESTS=1" \
-e "OPENCLAW_GATEWAY_TOKEN=$TOKEN" \
-e "OPENCLAW_SKIP_CHANNELS=1" \
-e "OPENCLAW_SKIP_GMAIL_WATCHER=1" \
-e "OPENCLAW_SKIP_CANVAS_HOST=1" \
-e "OPENCLAW_ACPX_RUNTIME_STARTUP_PROBE=1" \
-e "OPENCLAW_STATE_DIR=/tmp/openclaw-state" \
-e "OPENCLAW_CONFIG_PATH=/tmp/openclaw-state/openclaw.json" \
-e "GW_URL=ws://127.0.0.1:$PORT" \

View File

@@ -80,6 +80,9 @@ async function main() {
},
agents: {
defaults: {
skipBootstrap: true,
contextInjection: "never",
skills: [],
subagents: {
runTimeoutSeconds: 8,
},

View File

@@ -26,6 +26,7 @@ docker run --rm \
-e "OPENCLAW_SKIP_GMAIL_WATCHER=1" \
-e "OPENCLAW_SKIP_CRON=1" \
-e "OPENCLAW_SKIP_CANVAS_HOST=1" \
-e "OPENCLAW_ACPX_RUNTIME_STARTUP_PROBE=1" \
-e "OPENCLAW_STATE_DIR=/tmp/openclaw-state" \
-e "OPENCLAW_CONFIG_PATH=/tmp/openclaw-state/openclaw.json" \
-e "GW_URL=ws://127.0.0.1:$PORT" \