Skip to content

Bump slurm-gcp tag to 6.12.1 (Slurm 25.11.4)#5269

Merged
AdarshK15 merged 6 commits intoGoogleCloudPlatform:developfrom
AdarshK15:slurm-25.11.2
Mar 30, 2026
Merged

Bump slurm-gcp tag to 6.12.1 (Slurm 25.11.4)#5269
AdarshK15 merged 6 commits intoGoogleCloudPlatform:developfrom
AdarshK15:slurm-25.11.2

Conversation

@AdarshK15
Copy link
Copy Markdown
Member

@AdarshK15 AdarshK15 commented Feb 22, 2026

Updated the slurm-gcp tag version to 6.12.1 across several blueprints to install Slurm 25.11.4.

Submission Checklist

NOTE: Community submissions can take up to 2 weeks to be reviewed.

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cluster Toolkit Contribution guidelines #

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @AdarshK15, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the slurm-gcp tag to version 6.11.0 across a range of blueprint configurations. This change is crucial for ensuring that new deployments and image builds using these blueprints will leverage the latest Slurm 25.11.2 features and improvements, maintaining compatibility and providing access to the most recent scheduler capabilities.

Highlights

  • Slurm-GCP Tag Update: The slurm-gcp tag version has been updated to 6.11.0 across various blueprint configuration files.
  • Slurm Version Upgrade: This update facilitates the installation of Slurm version 25.11.2 for environments utilizing these blueprints.
  • Blueprint Configuration Consistency: Multiple machine learning and HPC build blueprints now consistently reference the new slurm-gcp tag.
Changelog
  • community/examples/hpc-build-slurm-image.yaml
    • Updated the build_from_git_ref variable from 6.10.6 to 6.11.0.
  • examples/machine-learning/a3-highgpu-8g/a3high-slurm-blueprint.yaml
    • Updated the build_slurm_from_git_ref variable from 6.10.10 to 6.11.0.
  • examples/machine-learning/a3-megagpu-8g/a3mega-slurm-blueprint.yaml
    • Updated the build_slurm_from_git_ref variable from 6.10.10 to 6.11.0.
  • examples/machine-learning/a3-megagpu-8g/a3mega-slurm-gcsfuse-lssd-blueprint.yaml
    • Updated the build_slurm_from_git_ref variable from 6.10.10 to 6.11.0.
  • examples/machine-learning/a3-ultragpu-8g/a3ultra-slurm-blueprint.yaml
    • Updated the build_slurm_from_git_ref variable from 6.10.10 to 6.11.0.
  • examples/machine-learning/a4-highgpu-8g/a4high-slurm-blueprint.yaml
    • Updated the build_slurm_from_git_ref variable from 6.10.10 to 6.11.0.
  • examples/machine-learning/a4x-highgpu-4g/a4xhigh-slurm-blueprint.yaml
    • Updated the build_slurm_from_git_ref variable from 6.10.10 to 6.11.0.
  • examples/machine-learning/a4x-maxgpu-4g-metal/README.md
    • Updated the documented Slurm Git ref from 6.10.10 to 6.11.0.
  • examples/machine-learning/a4x-maxgpu-4g-metal/a4xmax-bm-slurm-blueprint.yaml
    • Updated the build_slurm_from_git_ref variable from 6.10.10 to 6.11.0.
  • examples/machine-learning/build-service-images/a4x/blueprint.yaml
    • Updated the ansible-pull command's checkout reference (-C) from 6.10.10 to 6.11.0.
  • examples/machine-learning/build-service-images/shared.yaml
    • Updated the slurm_gcp_version variable from 6.10.10 to 6.11.0.
  • examples/ml-slurm-g4.yaml
    • Updated the build_slurm_from_git_ref variable from 6.10.6 to 6.11.0.
Activity
  • The pull request was opened by AdarshK15.
  • A submission checklist was provided by the author, outlining required actions before submission.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request updates the slurm-gcp tag version to 6.11.0 across several blueprint YAML files and one README file. This change is consistent across all modified files, reflecting the upgrade to Slurm 25.11.2. The changes are straightforward and align with the objective of updating the Slurm version.

@AdarshK15 AdarshK15 added the release-version-updates Added to release notes under the "Version Updates" heading. label Feb 23, 2026
arpit974
arpit974 previously approved these changes Feb 23, 2026
@AdarshK15 AdarshK15 marked this pull request as ready for review February 24, 2026 11:56
@AdarshK15 AdarshK15 requested review from a team and samskillman as code owners February 24, 2026 11:56
@AdarshK15 AdarshK15 changed the title Bump slurm-gcp tag to 6.11.0 (Slurm 25.11.2) Bump slurm-gcp tag to 6.12.0 (Slurm 25.11.2) Feb 27, 2026
@AdarshK15 AdarshK15 changed the title Bump slurm-gcp tag to 6.12.0 (Slurm 25.11.2) Bump slurm-gcp tag to 6.12.1 (Slurm 25.11.4) Mar 23, 2026
@AdarshK15
Copy link
Copy Markdown
Member Author

/gcbrun

@AdarshK15 AdarshK15 merged commit 2df4c60 into GoogleCloudPlatform:develop Mar 30, 2026
69 of 73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-version-updates Added to release notes under the "Version Updates" heading.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants