Skip to content

Commit 2b88b6b

Browse files
authored
Merge pull request #4606 from LAVEEN/slurmver
Upgrade to Slurm 25.05
2 parents 60eadd8 + 1e04f68 commit 2b88b6b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/machine-learning/a3-highgpu-8g/ml-slurm-a3-1-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ deployment_groups:
102102
set -e -o pipefail
103103
ansible-galaxy role install googlecloudplatform.google_cloud_ops_agents
104104
ansible-pull \
105-
-U https://github.com/GoogleCloudPlatform/slurm-gcp -C 6.9.1 \
105+
-U https://github.com/GoogleCloudPlatform/slurm-gcp -C 6.10.6 \
106106
-i localhost, --limit localhost --connection=local \
107107
-e @/var/tmp/slurm_vars.json \
108108
ansible/playbook.yml

examples/machine-learning/a3-megagpu-8g/a3mega-slurm-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ deployment_groups:
143143
apt-get install -y git
144144
ansible-galaxy role install googlecloudplatform.google_cloud_ops_agents
145145
ansible-pull \
146-
-U https://github.com/GoogleCloudPlatform/slurm-gcp -C 6.10.2 \
146+
-U https://github.com/GoogleCloudPlatform/slurm-gcp -C 6.10.6 \
147147
-i localhost, --limit localhost --connection=local \
148148
-e @/var/tmp/slurm_vars.json \
149149
ansible/playbook.yml

examples/machine-learning/a3-ultragpu-8g/a3ultra-slurm-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars:
2626
project: ubuntu-os-accelerator-images
2727
image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20250722
2828
image_build_machine_type: n2-standard-16
29-
build_slurm_from_git_ref: 6.10.0
29+
build_slurm_from_git_ref: 6.10.6
3030
# Cluster env settings
3131
# net0 and filestore ranges must not overlap
3232
net0_range: 192.168.0.0/19

examples/machine-learning/a4-highgpu-8g/a4high-slurm-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars:
2626
project: ubuntu-os-accelerator-images
2727
image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20250722
2828
image_build_machine_type: n2-standard-16
29-
build_slurm_from_git_ref: 6.10.0
29+
build_slurm_from_git_ref: 6.10.6
3030
# Cluster env settings
3131
# net0 and filestore ranges must not overlap
3232
net0_range: 192.168.0.0/19

examples/machine-learning/a4x-highgpu-4g/a4xhigh-slurm-blueprint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ vars:
2929
image_build_disk_type: hyperdisk-balanced
3030
image_disk_size_gb: 100
3131
built_image_family: slurm-ubuntu2404-accelerator-arm64-64k
32-
build_from_git_ref: 6.10.5
32+
build_slurm_from_git_ref: 6.10.6
3333
# Cluster env settings
3434
# net0 and filestore ranges must not overlap
3535
net0_range: 192.168.0.0/19
@@ -143,7 +143,7 @@ deployment_groups:
143143
#!/bin/bash
144144
set -e -o pipefail
145145
ansible-pull \
146-
-U https://github.com/GoogleCloudPlatform/slurm-gcp -C $(vars.build_from_git_ref) \
146+
-U https://github.com/GoogleCloudPlatform/slurm-gcp -C $(vars.build_slurm_from_git_ref) \
147147
-i localhost, --limit localhost --connection=local \
148148
-e @/var/tmp/slurm_vars.json \
149149
ansible/playbook.yml

0 commit comments

Comments
 (0)