ci: cover plugin lanes in legacy release chunks · openclaw/openclaw@4312ca0
steipete
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -321,13 +321,13 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
321 | 321 | }, |
322 | 322 | { |
323 | 323 | command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:live-plugin-tool", |
324 | | -imageKind: "live", |
| 324 | +imageKind: "bare", |
325 | 325 | live: true, |
326 | 326 | name: "live-plugin-tool", |
327 | 327 | resources: ["docker", "live", "live:openai", "npm"], |
328 | 328 | stateScenario: "empty", |
329 | 329 | timeoutMs: 1_200_000, |
330 | | -weight: 4, |
| 330 | +weight: 3, |
331 | 331 | }, |
332 | 332 | { |
333 | 333 | command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:openwebui", |
@@ -441,6 +441,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
441 | 441 | |
442 | 442 | expect(packageUpdate.lanes.map((lane) => lane.name)).toEqual([ |
443 | 443 | "install-e2e-openai", |
| 444 | +"codex-on-demand", |
444 | 445 | "install-e2e-anthropic", |
445 | 446 | "npm-onboard-channel-agent", |
446 | 447 | "npm-onboard-discord-channel-agent", |
@@ -456,13 +457,15 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
456 | 457 | ...bundledPluginSweepLanes, |
457 | 458 | "cron-mcp-cleanup", |
458 | 459 | "openai-web-search-minimal", |
| 460 | +"live-plugin-tool", |
459 | 461 | "openwebui", |
460 | 462 | ]); |
461 | 463 | expect(legacy.lanes.map((lane) => lane.name)).toEqual([ |
462 | 464 | "plugins", |
463 | 465 | ...bundledPluginSweepLanes, |
464 | 466 | "cron-mcp-cleanup", |
465 | 467 | "openai-web-search-minimal", |
| 468 | +"live-plugin-tool", |
466 | 469 | "plugin-update", |
467 | 470 | "openwebui", |
468 | 471 | ]); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。