test: harden Docker release smoke probes

This commit is contained in:
Peter Steinberger
2026-04-29 08:15:54 +01:00
parent 7662a17b08
commit 26546dfbcb
3 changed files with 30 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ async function runCronCleanupScenario(params: {
message: "Use available context and then stop.",
timeoutSeconds: 90,
lightContext: true,
toolsAllow: ["bundle-mcp"],
toolsAllow: ["cronCleanupProbe__cleanup_probe"],
},
delivery: { mode: "none" },
});

View File

@@ -8,7 +8,7 @@ run_update_scenario() {
state_script_b64="$(docker_e2e_test_state_shell_b64 bundled-channel-update empty)"
echo "Running bundled channel runtime deps Docker update E2E..."
run_logged_print bundled-channel-update timeout "$DOCKER_UPDATE_RUN_TIMEOUT" docker run --rm \
run_logged_print_heartbeat bundled-channel-update 30 timeout "$DOCKER_UPDATE_RUN_TIMEOUT" docker run --rm \
-e COREPACK_ENABLE_DOWNLOAD_PROMPT=0 \
-e OPENCLAW_BUNDLED_CHANNEL_UPDATE_BASELINE_VERSION="$UPDATE_BASELINE_VERSION" \
-e "OPENCLAW_BUNDLED_CHANNEL_UPDATE_TARGETS=${OPENCLAW_BUNDLED_CHANNEL_UPDATE_TARGETS:-telegram,discord,slack,feishu,memory-lancedb,acpx}" \