Skip to content

Commit

Permalink
added test for cluster deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmarchandran committed Feb 28, 2024
1 parent 8cdecb0 commit 6c33a36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 6c33a36

Please sign in to comment.