test(e2e): cover root-managed VPS upgrades

This commit is contained in:
Vincent Koc
2026-05-13 21:54:40 +08:00
parent 25dd30d656
commit d08f68dee7
8 changed files with 79 additions and 7 deletions
+11
View File
@@ -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([