mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(e2e): cover root-managed VPS upgrades
This commit is contained in:
@@ -330,6 +330,16 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
timeoutMs: 1_500_000,
|
||||
weight: 3,
|
||||
},
|
||||
{
|
||||
command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:root-managed-vps-upgrade",
|
||||
imageKind: "bare",
|
||||
live: false,
|
||||
name: "root-managed-vps-upgrade",
|
||||
resources: ["docker", "npm"],
|
||||
stateScenario: "upgrade-survivor",
|
||||
timeoutMs: 1_500_000,
|
||||
weight: 3,
|
||||
},
|
||||
{
|
||||
command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:update-restart-auth",
|
||||
imageKind: "bare",
|
||||
@@ -483,6 +493,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
"skill-install",
|
||||
"upgrade-survivor",
|
||||
"published-upgrade-survivor",
|
||||
"root-managed-vps-upgrade",
|
||||
"update-restart-auth",
|
||||
]);
|
||||
expect(pluginsRuntime.lanes.map((lane) => lane.name)).toEqual([
|
||||
|
||||
Reference in New Issue
Block a user