fix: align hwlab v02 service matrix
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user