fix(v02): remove legacy code agent control plane

This commit is contained in:
Codex Agent
2026-06-05 01:35:19 +08:00
parent 6422487444
commit fd1b8c0e5a
66 changed files with 222 additions and 5363 deletions
-4
View File
@@ -156,10 +156,6 @@ function assertHwlabImage(image, serviceId, label) {
}
function assertHealthProbe(container, serviceId, label) {
if (serviceId === "hwlab-agent-worker") {
return;
}
for (const probeName of ["readinessProbe", "livenessProbe"]) {
assert.equal(
container[probeName]?.httpGet?.path,