Fix JD01 web observe GC and legacy cleanup

This commit is contained in:
Codex
2026-07-01 03:39:24 +00:00
parent 09edf61fcf
commit 1bc2dd3d69
9 changed files with 1448 additions and 21 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ export function nodeRuntimeUnsupportedAction(scoped: ReturnType<typeof parseNode
lane: scoped.lane,
mutation: false,
degradedReason: "unsupported-node-scoped-runtime-action",
message: "node-scoped runtime currently supports plan/status/apply/refresh/sync/trigger-current/cleanup-runs/runtime-image/runtime-migration/source-workspace",
message: "node-scoped runtime currently supports plan/status/apply/refresh/sync/trigger-current/cleanup-runs/cleanup-released-pvs/cleanup-legacy-docker-images/cleanup-legacy-docker-registry-volume/runtime-image/runtime-migration/source-workspace",
expected: nodeRuntimeExpected(scoped.spec),
};
}