From de3bfc9cacbd665f85428f6d27433b4e5f7883f7 Mon Sep 17 00:00:00 2001 From: kdestin <101366538+kdestin@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:09:30 -0400 Subject: [PATCH] debug --- infra/bootstrapping/cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/bootstrapping/cleanup.sh b/infra/bootstrapping/cleanup.sh index 62c1bed1d54..6e83e246dc4 100644 --- a/infra/bootstrapping/cleanup.sh +++ b/infra/bootstrapping/cleanup.sh @@ -32,8 +32,8 @@ SAMPLES_WORKSPACE_LIST=$(az ml workspace list --query "[*].[name]" -o tsv | grep echo "SAMPLES_WORKSPACE_LIST: $SAMPLES_WORKSPACE_LIST" # Wait for 2 hours so that we don't delete entities that are still in use. -echo waiting -sleep 2h +# echo waiting +# sleep 2h # Delete online endpoints for i in $ONLINE_ENDPOINT_LIST; do