diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 5414dc61e..f7a3b03e4 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "02c2160478cecb8d25a974ddf9e1187b7d6e8ce5", - "syncedAt": "2026-05-03T11:22:13.054Z" + "sha": "5f4fd05074ce70878d5f552b9be7f2d3f20a32b5", + "syncedAt": "2026-05-03T11:25:39.811Z" } diff --git a/docs/reference/RELEASING.md b/docs/reference/RELEASING.md index c48110076..d67151cf3 100644 --- a/docs/reference/RELEASING.md +++ b/docs/reference/RELEASING.md @@ -286,8 +286,9 @@ gh workflow run full-release-validation.yml \ ``` The workflow resolves the target ref, dispatches manual `CI` with -`target_ref=`, dispatches `OpenClaw Release Checks`, and dispatches -standalone package Telegram E2E when `release_profile=full` with +`target_ref=`, dispatches `OpenClaw Release Checks`, prepares a +parent `release-package-under-test` artifact for package-facing checks, and +dispatches standalone package Telegram E2E when `release_profile=full` with `rerun_group=all` or when `npm_telegram_package_spec` is set. `OpenClaw Release Checks` then fans out install smoke, cross-OS release checks, live/E2E Docker release-path coverage, Package Acceptance with Telegram package QA, QA Lab diff --git a/docs/reference/full-release-validation.md b/docs/reference/full-release-validation.md index 25198b2d2..df12c70af 100644 --- a/docs/reference/full-release-validation.md +++ b/docs/reference/full-release-validation.md @@ -41,7 +41,8 @@ the shipped npm package instead. | Vitest and normal CI | **Job:** `Run normal full CI`
**Child workflow:** `CI`
**Proves:** manual full CI graph against the target ref, including Linux Node lanes, bundled plugin shards, channel contracts, Node 22 compatibility, `check`, `check-additional`, build smoke, docs checks, Python skills, Windows, macOS, Control UI i18n, and Android via the umbrella.
**Rerun:** `rerun_group=ci`. | | Plugin prerelease | **Job:** `Run plugin prerelease validation`
**Child workflow:** `Plugin Prerelease`
**Proves:** release-only plugin static checks, agentic plugin coverage, full extension batch shards, and plugin prerelease Docker lanes.
**Rerun:** `rerun_group=plugin-prerelease`. | | Release checks | **Job:** `Run release/live/Docker/QA validation`
**Child workflow:** `OpenClaw Release Checks`
**Proves:** install smoke, cross-OS package checks, live/E2E suites, Docker release-path chunks, Package Acceptance, QA Lab parity, live Matrix, and live Telegram.
**Rerun:** `rerun_group=release-checks` or a narrower release-checks handle. | -| Package Telegram | **Job:** `Run package Telegram E2E`
**Child workflow:** `NPM Telegram Beta E2E`
**Proves:** artifact-backed Telegram package proof for `rerun_group=all` with `release_profile=full`, or published-package Telegram proof when `npm_telegram_package_spec` is set.
**Rerun:** `rerun_group=npm-telegram` with `npm_telegram_package_spec`. | +| Package artifact | **Job:** `Prepare release package artifact`
**Child workflow:** none
**Proves:** creates the parent `release-package-under-test` tarball early enough for package-facing checks that do not need to wait for `OpenClaw Release Checks`.
**Rerun:** rerun the umbrella or provide `npm_telegram_package_spec` for `rerun_group=npm-telegram`. | +| Package Telegram | **Job:** `Run package Telegram E2E`
**Child workflow:** `NPM Telegram Beta E2E`
**Proves:** parent-artifact-backed Telegram package proof for `rerun_group=all` with `release_profile=full`, or published-package Telegram proof when `npm_telegram_package_spec` is set.
**Rerun:** `rerun_group=npm-telegram` with `npm_telegram_package_spec`. | | Umbrella verifier | **Job:** `Verify full validation`
**Child workflow:** none
**Proves:** re-checks recorded child run conclusions and appends slowest-job tables from child workflows.
**Rerun:** rerun only this job after rerunning a failed child to green. | For `ref=main` and `rerun_group=all`, a newer umbrella supersedes an older one. @@ -93,30 +94,33 @@ commands with package artifact and image reuse inputs when available. `release_profile` mostly controls live/provider breadth inside release checks. It does not remove normal full CI, Plugin Prerelease, install smoke, package acceptance, QA Lab, or Docker release-path chunks. `full` also makes the -umbrella run package Telegram E2E against the release package artifact when +umbrella run package Telegram E2E against the parent release package artifact when `rerun_group=all`, so a full pre-publish candidate does not silently skip that Telegram package lane. -| Profile | Intended use | Included live/provider coverage | -| --------- | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `minimum` | Fastest release-critical smoke. | OpenAI/core live path, Docker live models for OpenAI, native gateway core, native OpenAI gateway profile, native OpenAI plugin, and Docker live gateway OpenAI. | -| `stable` | Default release approval profile. | `minimum` plus Anthropic, Google, MiniMax, backend, native live test harness, Docker live CLI backend, Docker ACP bind, Docker Codex harness, and an OpenCode Go smoke shard. | -| `full` | Broad advisory sweep. | `stable` plus advisory providers, plugin live shards, and media live shards. | +| Profile | Intended use | Included live/provider coverage | +| --------- | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `minimum` | Fastest release-critical smoke. | OpenAI/core live path, Docker live models for OpenAI, native gateway core, native OpenAI gateway profile, native OpenAI plugin, and Docker live gateway OpenAI. | +| `stable` | Default release approval profile. | `minimum` plus Anthropic smoke, Google, MiniMax, backend, native live test harness, Docker live CLI backend, Docker ACP bind, Docker Codex harness, and an OpenCode Go smoke shard. | +| `full` | Broad advisory sweep. | `stable` plus advisory providers, plugin live shards, and media live shards. | ## Full-only additions These suites are skipped by `stable` and included by `full`: -| Area | Full-only coverage | -| -------------------------------- | ------------------------------------------------------------------------------- | -| Docker live models | OpenCode Go, OpenRouter, xAI, Z.ai, and Fireworks. | -| Docker live gateway | Advisory shard for DeepSeek, Fireworks, OpenCode Go, OpenRouter, xAI, and Z.ai. | -| Native gateway provider profiles | Fireworks, DeepSeek, full OpenCode Go model shards, OpenRouter, xAI, and Z.ai. | -| Native plugin live shards | Plugins A-K, L-N, O-Z other, Moonshot, and xAI. | -| Native media live shards | Audio, Google music, MiniMax music, and video groups A-D. | +| Area | Full-only coverage | +| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | +| Docker live models | OpenCode Go, OpenRouter, xAI, Z.ai, and Fireworks. | +| Docker live gateway | Advisory shard for DeepSeek, Fireworks, OpenCode Go, OpenRouter, xAI, and Z.ai. | +| Native gateway provider profiles | Full Anthropic Opus and Sonnet/Haiku shards, Fireworks, DeepSeek, full OpenCode Go model shards, OpenRouter, xAI, and Z.ai. | +| Native plugin live shards | Plugins A-K, L-N, O-Z other, Moonshot, and xAI. | +| Native media live shards | Audio, Google music, MiniMax music, and video groups A-D. | -`stable` includes `native-live-src-gateway-profiles-opencode-go-smoke`; `full` -uses the broader OpenCode Go model shards instead. +`stable` includes `native-live-src-gateway-profiles-anthropic-smoke` and +`native-live-src-gateway-profiles-opencode-go-smoke`; `full` uses the broader +Anthropic and OpenCode Go model shards instead. Focused reruns can still use the +aggregate `native-live-src-gateway-profiles-anthropic` or +`native-live-src-gateway-profiles-opencode-go` handles. ## Focused reruns @@ -153,7 +157,7 @@ workflow first, then rerun the smallest matching handle above. Useful artifacts: -- `release-package-under-test` from `OpenClaw Release Checks` +- `release-package-under-test` from the Full Release Validation parent and `OpenClaw Release Checks` - Docker release-path artifacts under `.artifacts/docker-tests/` - Package Acceptance `package-under-test` and Docker acceptance artifacts - Cross-OS release-check artifacts for each OS and suite