Skip to content

Commit

Permalink
added zone
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmarchandran committed Feb 26, 2024
1 parent c9b107c commit 21ada1f
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 one node pool
run: python xpk.py cluster create --cluster xpk-integration-test --tpu-type=v5litepod-16 --num-slices=1 --spot
- 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



Expand Down

0 comments on commit 21ada1f

Please sign in to comment.