From 6c33a36d20bf91975251dec10fc5dbf8ded01ff9 Mon Sep 17 00:00:00 2001 From: Sushma Ravichandran Date: Wed, 28 Feb 2024 05:58:01 +0000 Subject: [PATCH] added test for cluster deletion --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 314361f3..95af35a2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -41,7 +41,8 @@ jobs: run: gcloud info - name: Create an XPK Cluster with zero node pools run: python xpk.py cluster create --cluster integration-test --device-type=v4-8 --num-slices=0 --zone=us-central2-b --default-pool-cpu-machine-type=n1-standard-8 --spot - + - name: Delete the cluster created + run: python xpk.py cluster delete --cluster integration-test