diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 948692354..8024f0f21 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "20bb52e42ca1c468b2a2dbace3e3a840096f5ad6", - "syncedAt": "2026-05-02T16:06:57.004Z" + "sha": "25ca5cc8dfcd51f494b46089a1cfcf5e50bcced4", + "syncedAt": "2026-05-02T16:47:27.035Z" } diff --git a/docs/ci.md b/docs/ci.md index 99cf7a639..02683e60b 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -143,7 +143,9 @@ The workflow installs OCM from a pinned release and Kova from the pinned `kova_r - `mock-deep-profile`: CPU/heap/trace profiling for startup, gateway, and agent-turn hotspots. - `live-gpt54`: a real OpenAI `openai/gpt-5.4` agent turn, skipped when `OPENAI_API_KEY` is unavailable. -Every lane uploads GitHub artifacts. When `CLAWGRIT_REPORTS_TOKEN` is configured, the workflow also commits `report.json`, `report.md`, bundles, and `index.md` into `openclaw/clawgrit-reports` under `openclaw-performance//-//`. The current branch pointer is written as `openclaw-performance//latest-.json`. +The mock-provider lane also runs OpenClaw-native source probes after the Kova pass: gateway boot timing and memory across default, hook, and 50-plugin startup cases; repeated mock-OpenAI `channel-chat-baseline` hello loops; and CLI startup commands against the booted gateway. The source probe Markdown summary lives at `source/index.md` in the report bundle, with raw JSON beside it. + +Every lane uploads GitHub artifacts. When `CLAWGRIT_REPORTS_TOKEN` is configured, the workflow also commits `report.json`, `report.md`, bundles, `index.md`, and source-probe artifacts into `openclaw/clawgrit-reports` under `openclaw-performance//-//`. The current branch pointer is written as `openclaw-performance//latest-.json`. ## Full Release Validation diff --git a/docs/help/testing.md b/docs/help/testing.md index 45efdc22e..07eda5b46 100644 --- a/docs/help/testing.md +++ b/docs/help/testing.md @@ -50,7 +50,9 @@ When debugging real providers/models (requires real creds): `live_gpt54=true` for a real `openai/gpt-5.4` agent turn or `deep_profile=true` for Kova CPU/heap/trace artifacts. Daily scheduled runs publish mock-provider, deep-profile, and GPT 5.4 lane artifacts to - `openclaw/clawgrit-reports` when `CLAWGRIT_REPORTS_TOKEN` is configured. + `openclaw/clawgrit-reports` when `CLAWGRIT_REPORTS_TOKEN` is configured. The + mock-provider report also includes source-level gateway boot, memory, + plugin-pressure, repeated fake-model hello-loop, and CLI startup numbers. - Docker live model sweep: `pnpm test:docker:live-models` - Each selected model now runs a text turn plus a small file-read-style probe. Models whose metadata advertises `image` input also run a tiny image turn.