Skip to content

Commit b541450

Browse files
committed
fix: kind test runner does not properly clean up prior log aggregator deployments
1 parent 4444305 commit b541450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/kind/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function cleanup_ray {
8989
local profile=$(basename $profileFull)
9090
export MWPROFILES_PATH="$MWPROFILES_PATH_BASE"/$variant
9191

92-
echo "[Test] Undeploying any prior ray cluster"
92+
echo "[Test] Undeploying any prior ray cluster with variant=$variant profile=$profile"
9393
(GUIDEBOOK_NAME="ray-undeploy" "$ROOT"/bin/codeflare -p $profile -y ml/ray/stop/kubernetes \
9494
|| exit 0)
9595
}
@@ -102,7 +102,7 @@ function cleanup_log_aggregator {
102102
export MWPROFILES_PATH="$MWPROFILES_PATH_BASE"/$variant
103103

104104
echo "[Test] Undeploying any prior ray cluster"
105-
(GUIDEBOOK_NAME="ray-undeploy" "$ROOT"/bin/codeflare -p $profile -y ml/ray/stop/kubernetes \
105+
(GUIDEBOOK_NAME="ray-undeploy" "$ROOT"/bin/codeflare -p $profile -y ml/ray/aggregator/in-cluster/client-side/undeploy \
106106
|| exit 0)
107107
}
108108

0 commit comments

Comments
 (0)