fix: add node scoped hwlab ci cleanup

This commit is contained in:
Codex
2026-06-18 14:22:33 +00:00
parent 1ae7796aa0
commit dc19a07478
4 changed files with 459 additions and 4 deletions
+4
View File
@@ -214,6 +214,10 @@ bun scripts/cli.ts hwlab g14 tools-image build \
bun scripts/cli.ts hwlab g14 control-plane cleanup-runs \
--lane v02|g14|all [--min-age-minutes N] [--limit N] [--dry-run|--confirm]
# D601/G14 node-scoped runtime lane retention
bun scripts/cli.ts hwlab nodes control-plane cleanup-runs \
--node D601 --lane v03 [--min-age-minutes N] [--limit N] [--dry-run|--confirm --wait]
# 补充清理 Released PV
bun scripts/cli.ts hwlab g14 control-plane cleanup-released-pvs \
--lane all [--limit N] [--dry-run|--confirm]