fix(v02): remove legacy code agent control plane
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user