Skip to content

Commit

Permalink
changed default nodepool type
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmarchandran committed Feb 27, 2024
1 parent fd4e77c commit c509e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Verify gcp setup
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
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



Expand Down

0 comments on commit c509e30

Please sign in to comment.