




















@@ -248,15 +248,22 @@ export const mainLanes = [
248248),
249249serviceLane("mcp-channels", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:mcp-channels", {
250250resources: ["npm"],
251+stateScenario: "empty",
251252weight: 3,
252253}),
253-lane("pi-bundle-mcp-tools", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:pi-bundle-mcp-tools"),
254-lane("crestodian-rescue", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:crestodian-rescue"),
255-lane("crestodian-planner", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:crestodian-planner"),
254+lane("pi-bundle-mcp-tools", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:pi-bundle-mcp-tools", {
255+stateScenario: "empty",
256+}),
257+lane("crestodian-rescue", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:crestodian-rescue", {
258+stateScenario: "empty",
259+}),
260+lane("crestodian-planner", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:crestodian-planner", {
261+stateScenario: "empty",
262+}),
256263serviceLane(
257264"cron-mcp-cleanup",
258265"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:cron-mcp-cleanup",
259-{ resources: ["npm"], weight: 3 },
266+{ resources: ["npm"], stateScenario: "empty", weight: 3 },
260267),
261268npmLane("doctor-switch", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:doctor-switch", {
262269stateScenario: "empty",
@@ -291,15 +298,20 @@ export const mainLanes = [
291298"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:bundled-channel-deps:fast",
292299{ resources: ["service"], stateScenario: "empty", weight: 3 },
293300),
294-npmLane("plugin-update", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugin-update"),
295-serviceLane("config-reload", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:config-reload"),
301+npmLane("plugin-update", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugin-update", {
302+stateScenario: "empty",
303+}),
304+serviceLane("config-reload", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:config-reload", {
305+stateScenario: "empty",
306+}),
296307 ...bundledScenarioLanes,
297308lane("openai-image-auth", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:openai-image-auth", {
298309stateScenario: "empty",
299310}),
300311lane(
301312"crestodian-first-run",
302313"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:crestodian-first-run",
314+{ stateScenario: "empty" },
303315),
304316lane(
305317"session-runtime-context",
@@ -424,6 +436,7 @@ const releasePathPluginRuntimeLanes = [
424436"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:cron-mcp-cleanup",
425437{
426438resources: ["npm"],
439+stateScenario: "empty",
427440weight: 3,
428441},
429442),
@@ -448,6 +461,7 @@ const releasePathPluginRuntimeServiceLanes = [
448461"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:cron-mcp-cleanup",
449462{
450463resources: ["npm"],
464+stateScenario: "empty",
451465weight: 3,
452466},
453467),
@@ -464,7 +478,9 @@ const releasePathPluginRuntimeCoreLanes = [
464478];
465479466480const releasePathBundledChannelLanes = [
467-npmLane("plugin-update", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugin-update"),
481+npmLane("plugin-update", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugin-update", {
482+stateScenario: "empty",
483+}),
468484 ...bundledScenarioLanes,
469485];
470486@@ -519,17 +535,21 @@ const primaryReleasePathChunks = {
519535weight: 2,
520536}),
521537serviceLane("gateway-network", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:gateway-network"),
522-serviceLane("config-reload", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:config-reload"),
538+serviceLane("config-reload", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:config-reload", {
539+stateScenario: "empty",
540+}),
523541lane(
524542"session-runtime-context",
525543"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:session-runtime-context",
526544),
527545lane(
528546"pi-bundle-mcp-tools",
529547"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:pi-bundle-mcp-tools",
548+{ stateScenario: "empty" },
530549),
531550serviceLane("mcp-channels", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:mcp-channels", {
532551resources: ["npm"],
552+stateScenario: "empty",
533553weight: 3,
534554}),
535555],
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。