Skip to content

Commit 9d9e025

Browse files
committed
update the machine type
1 parent a7ad78e commit 9d9e025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration_gpu_cluster_create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# 4. Set Env Var for the host (GitHub Runner)
5757
echo "GOOGLE_APPLICATION_CREDENTIALS=$HOME/.config/gcloud/application_default_credentials.json" >> $GITHUB_ENV
5858
- name: Create an XPK Cluster with 1 x b200 GPU
59-
run: xpk cluster create --cluster $GPU_CLUSTER_NAME --device-type=b200-8 --zone=us-west8-c --default-pool-cpu-machine-type=n1-standard-16 --spot
59+
run: xpk cluster create --cluster $GPU_CLUSTER_NAME --device-type=b200-8 --zone=us-west8-c --default-pool-cpu-machine-type=e2-standard-8 --spot
6060
- name: Authenticate Docker
6161
run: gcloud auth configure-docker --quiet
6262
- name: Run a base-docker-image workload

0 commit comments

Comments
 (0)