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

@@ -223,6 +223,11 @@ export const mainLanes = [
weight: 6,
},
),
npmLane(
"bundled-channel-deps-compat",
"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:bundled-channel-deps:fast",
{ resources: ["service"], weight: 3 },
),
npmLane("plugin-update", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugin-update"),
serviceLane("config-reload", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:config-reload"),
...bundledScenarioLanes,