We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ad78e commit 9d9e025Copy full SHA for 9d9e025
1 file changed
.github/workflows/integration_gpu_cluster_create.yaml
@@ -56,7 +56,7 @@ jobs:
56
# 4. Set Env Var for the host (GitHub Runner)
57
echo "GOOGLE_APPLICATION_CREDENTIALS=$HOME/.config/gcloud/application_default_credentials.json" >> $GITHUB_ENV
58
- 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
+ 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
60
- name: Authenticate Docker
61
run: gcloud auth configure-docker --quiet
62
- name: Run a base-docker-image workload
0 commit comments