File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments