fix: align hwlab v02 service matrix

This commit is contained in:
Codex
2026-06-04 17:45:22 +00:00
parent 424d99b66e
commit b3d52b03cf
2 changed files with 4 additions and 4 deletions
+4 -2
View File
@@ -273,8 +273,10 @@ assertCondition(
triggerSnapshot,
);
assertCondition(
!v02PipelineServiceIds().includes("hwlab-cli"),
"v0.2 PipelineRun service matrix must not build hwlab-cli because cli is short-connection source tool",
!v02PipelineServiceIds().includes("hwlab-cli")
&& !v02PipelineServiceIds().includes("hwlab-agent-mgr")
&& !v02PipelineServiceIds().includes("hwlab-agent-worker"),
"v0.2 PipelineRun service matrix must exclude short-connection cli and removed HWLAB-owned code-agent control-plane services",
v02PipelineServiceIds(),
);
assertCondition(
-2
View File
@@ -41,8 +41,6 @@ const GIT_MIRROR_LEGACY_CRONJOB = "git-mirror-hwlab-sync";
const V02_SERVICE_IDS = [
"hwlab-cloud-api",
"hwlab-cloud-web",
"hwlab-agent-mgr",
"hwlab-agent-worker",
"hwlab-device-pod",
"hwlab-gateway",
"hwlab-edge-proxy",