From bac82fc040b47b108de8b6ad7a2256bbd826aab2 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Thu, 19 Dec 2024 19:39:49 +0530 Subject: [PATCH] unused aws instace and vpcs cleanup Signed-off-by: shiva kumar --- .github/workflows/awscleanup.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/awscleanup.yaml b/.github/workflows/awscleanup.yaml index d654b0b3..7459d250 100644 --- a/.github/workflows/awscleanup.yaml +++ b/.github/workflows/awscleanup.yaml @@ -68,6 +68,7 @@ jobs: map(select(.status != \"completed\")) | length") fi + echo "SHIVA $vpc $jobs_exist $is_jobs_not_completed" if [[ "$is_jobs_not_completed" -eq 0 ]]; then echo "Holodeck e2e Job status is not in running stage , Delete the vpc $vpc and dependent resources" scripts/awscleanup.sh $vpc