ci: narrow package acceptance to artifact lanes

This commit is contained in:
Peter Steinberger
2026-04-27 06:17:04 +01:00
parent 1ea12fe3e2
commit 32b1f0ce74
9 changed files with 39 additions and 12 deletions

View File

@@ -78,8 +78,8 @@ older trusted source commits without running old workflow logic.
Profiles map to Docker coverage:
- `smoke`: `npm-onboard-channel-agent`, `gateway-network`, `config-reload`
- `package`: `install-e2e`, `npm-onboard-channel-agent`, `doctor-switch`,
`update-channel-switch`, `bundled-channel-deps`, `plugins-offline`,
- `package`: `npm-onboard-channel-agent`, `doctor-switch`,
`update-channel-switch`, `bundled-channel-deps-compat`, `plugins-offline`,
`plugin-update`
- `product`: `package` plus `mcp-channels`, `cron-mcp-cleanup`,
`openai-web-search-minimal`, `openwebui`

View File

@@ -118,7 +118,7 @@ the maintainer-only release runbook.
Example: `gh workflow run package-acceptance.yml --ref main -f workflow_ref=main -f source=npm -f package_spec=openclaw@beta -f suite_profile=product -f telegram_mode=mock-openai`
Common profiles:
- `smoke`: install/channel/agent, gateway network, and config reload lanes
- `package`: package/update/plugin lanes without OpenWebUI or live ClawHub
- `package`: artifact-native package/update/plugin lanes without OpenWebUI or live ClawHub
- `product`: package profile plus MCP channels, cron/subagent cleanup,
OpenAI web search, and OpenWebUI
- `full`: Docker release-path chunks with OpenWebUI