Skip to content

Commit

Permalink
test xpk cluster create with 1 node pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmarchandran committed Feb 26, 2024
1 parent 09fceb5 commit c9b107c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
version: '>= 363.0.0'
- name: Verify gcp setup
run: gcloud info
- name: Create an XPK Cluster with zero node pools
run: python xpk.py cluster create --cluster xpk-integration-test --num-slices=0
- name: Create an XPK Cluster with one node pool
run: python xpk.py cluster create --cluster xpk-integration-test --tpu-type=v5litepod-16 --num-slices=1 --spot



Expand Down

0 comments on commit c9b107c

Please sign in to comment.