Skip to content

Update SLURM blueprints to point to the latest slurm-gcp release#5215

Merged
Neelabh94 merged 2 commits intoGoogleCloudPlatform:developfrom
Neelabh94:fix_image_imeout
Feb 9, 2026
Merged

Update SLURM blueprints to point to the latest slurm-gcp release#5215
Neelabh94 merged 2 commits intoGoogleCloudPlatform:developfrom
Neelabh94:fix_image_imeout

Conversation

@Neelabh94
Copy link
Contributor

The PR updates all SLURM blueprints to point to the latest slum-gcp version.

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
Contributor

Summary of Changes

Hello @Neelabh94, 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 systematically updates the version of the slurm-gcp dependency across several SLURM blueprint configurations. The primary goal is to ensure that all related machine learning examples and build service images utilize the most current slurm-gcp release, thereby incorporating the latest features, bug fixes, and performance enhancements into new deployments.

Highlights

  • SLURM Blueprint Updates: All SLURM blueprints across various machine learning examples have been updated to reference the latest slurm-gcp release, specifically version 6.10.10.
  • Version Consistency: The build_slurm_from_git_ref and slurm_gcp_version variables, as well as the ansible-pull command's -C flag, have been uniformly updated to 6.10.10 where applicable.
Changelog
  • examples/machine-learning/a3-megagpu-8g/a3mega-slurm-blueprint.yaml
    • Updated the ansible-pull command's -C flag from 6.10.6 to 6.10.10 for the slurm-gcp repository.
  • examples/machine-learning/a3-megagpu-8g/a3mega-slurm-gcsfuse-lssd-blueprint.yaml
    • Changed the build_slurm_from_git_ref variable from 6.10.6 to 6.10.10.
  • examples/machine-learning/a3-ultragpu-8g/a3ultra-slurm-blueprint.yaml
    • Changed the build_slurm_from_git_ref variable from 6.10.6 to 6.10.10.
  • examples/machine-learning/a4-highgpu-8g/a4high-slurm-blueprint.yaml
    • Changed the build_slurm_from_git_ref variable from 6.10.6 to 6.10.10.
  • examples/machine-learning/a4x-highgpu-4g/a4xhigh-slurm-blueprint.yaml
    • Changed the build_slurm_from_git_ref variable from 6.10.6 to 6.10.10.
  • examples/machine-learning/build-service-images/a4x/blueprint.yaml
    • Updated the ansible-pull command's -C flag from 6.10.1 to 6.10.10 for the slurm-gcp repository.
  • examples/machine-learning/build-service-images/shared.yaml
    • Updated the slurm_gcp_version variable from 6.10.4 to 6.10.10.
Activity
  • No specific review comments or activity have been recorded for this pull request yet.
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
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

This pull request updates the slurm-gcp version to 6.10.10 across several SLURM blueprints. The changes are mostly straightforward. I've identified a couple of instances where the version is hardcoded, and I've suggested using variables for better maintainability and consistency with other blueprints in the repository. Overall, the changes are good.

@Neelabh94 Neelabh94 added release-version-updates Added to release notes under the "Version Updates" heading. labels Feb 9, 2026
@Neelabh94 Neelabh94 marked this pull request as ready for review February 9, 2026 15:45
@Neelabh94 Neelabh94 requested review from a team and samskillman as code owners February 9, 2026 15:45
@Neelabh94 Neelabh94 enabled auto-merge (squash) February 9, 2026 15:46
@Neelabh94 Neelabh94 merged commit d0947cc into GoogleCloudPlatform:develop Feb 9, 2026
17 of 81 checks passed
@Neelabh94 Neelabh94 deleted the fix_image_imeout branch February 11, 2026 11:00
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