From 539a577509fa6b5f0fd21751afcfae2e4aff534c Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Thu, 23 Apr 2026 07:48:34 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@98c8920729b7374f89a8f49349d16710f9ec1729 --- .openclaw-sync/source.json | 4 ++-- docs/help/testing.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index c051e0233..74a24ee76 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "f8894d5b3e8ed467bb58fe2c654c363dd7e5eb9e", - "syncedAt": "2026-04-23T07:47:09.064Z" + "sha": "98c8920729b7374f89a8f49349d16710f9ec1729", + "syncedAt": "2026-04-23T07:48:33.954Z" } diff --git a/docs/help/testing.md b/docs/help/testing.md index ffced1e0f..c6042284f 100644 --- a/docs/help/testing.md +++ b/docs/help/testing.md @@ -44,6 +44,8 @@ When debugging real providers/models (requires real creds): `OpenClaw Release Checks` both call the reusable live/E2E workflow with `include_live_suites: true`, which includes separate Docker live model matrix jobs sharded by provider. + - For focused CI reruns, dispatch `OpenClaw Live And E2E Checks (Reusable)` + with `include_live_suites: true` and `live_models_only: true`. - Add new high-signal provider secrets to `scripts/ci-hydrate-live-auth.sh` plus `.github/workflows/openclaw-live-and-e2e-checks-reusable.yml` and its scheduled/release callers.