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 {
89
89
local profile=$( basename $profileFull )
90
90
export MWPROFILES_PATH=" $MWPROFILES_PATH_BASE " /$variant
91
91
92
- echo " [Test] Undeploying any prior ray cluster"
92
+ echo " [Test] Undeploying any prior ray cluster with variant= $variant profile= $profile "
93
93
(GUIDEBOOK_NAME=" ray-undeploy" " $ROOT " /bin/codeflare -p $profile -y ml/ray/stop/kubernetes \
94
94
|| exit 0)
95
95
}
@@ -102,7 +102,7 @@ function cleanup_log_aggregator {
102
102
export MWPROFILES_PATH=" $MWPROFILES_PATH_BASE " /$variant
103
103
104
104
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 \
106
106
|| exit 0)
107
107
}
108
108
You can’t perform that action at this time.
0 commit comments