Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kdestin committed Oct 29, 2024
1 parent e9752cf commit de3bfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/bootstrapping/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de3bfc9

Please # to comment.