Skip to content

[submodule-sync] bot-submodule-sync-release/26.02 to release/26.02 [skip ci] [bot]#4211

Merged
nvauto merged 1 commit intorelease/26.02from
bot-submodule-sync-release/26.02
Jan 29, 2026
Merged

[submodule-sync] bot-submodule-sync-release/26.02 to release/26.02 [skip ci] [bot]#4211
nvauto merged 1 commit intorelease/26.02from
bot-submodule-sync-release/26.02

Conversation

@nvauto
Copy link
Copy Markdown
Collaborator

@nvauto nvauto commented Jan 29, 2026

submodule-sync to create a PR keeping thirdparty/cudf up-to-date.
HEAD commit SHA: cfe96ae, cudf commit SHA: rapidsai/cudf@239037e

This PR will be auto-merged if test passed. If failed, it will remain open until test pass or manually fix.

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
@nvauto
Copy link
Copy Markdown
Collaborator Author

nvauto commented Jan 29, 2026

HEAD commit SHA: cfe96ae, CUDF commit SHA: rapidsai/cudf@239037e
Test passed: True

@nvauto nvauto merged commit 812fb64 into release/26.02 Jan 29, 2026
@nvauto
Copy link
Copy Markdown
Collaborator Author

nvauto commented Jan 29, 2026

SUCCESS - auto-merge

@nvauto nvauto deleted the bot-submodule-sync-release/26.02 branch January 29, 2026 01:54
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Jan 29, 2026

Greptile Overview

Greptile Summary

This is an automated bot PR that updates the pinned RMM (RAPIDS Memory Manager) dependency version for the cudf submodule. The change updates the RMM git commit SHA from 74928283277dad2df5ddc58df8ff68c1809a1342 to 0e93e8f4afac8be16878630f9da9f52711bc6fb4.

  • Updated RMM dependency git tag in versions.json to align with cudf commit 239037ed3511ce2c680100891124aa9a3ad201c4
  • This is part of the automated submodule-sync process that keeps thirdparty/cudf dependencies up-to-date
  • The PR will auto-merge if CI tests pass, as per the repository's automated dependency management workflow

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk as it's a routine automated dependency pin update
  • This is a standard automated submodule-sync PR that only updates a single git commit SHA for the RMM dependency. The change is validated by CI tests before auto-merge, and follows the established pattern of previous successful submodule-sync PRs in this repository's history
  • No files require special attention

Important Files Changed

Filename Overview
thirdparty/cudf-pins/versions.json Updated RMM git tag from 74928283277dad2df5ddc58df8ff68c1809a1342 to 0e93e8f4afac8be16878630f9da9f52711bc6fb4 to sync with latest cudf dependencies

Sequence Diagram

sequenceDiagram
    participant Bot as Submodule-Sync Bot
    participant CUDF as thirdparty/cudf Submodule
    participant RMM as RMM Repository
    participant Versions as versions.json
    participant CI as CI/CD Pipeline
    
    Bot->>CUDF: Update to commit 239037ed
    Bot->>RMM: Query latest compatible commit
    RMM-->>Bot: Return commit 0e93e8f4a
    Bot->>Versions: Update rmm git_tag
    Note over Versions: Old: 74928283277dad2df5ddc58df8ff68c1809a1342<br/>New: 0e93e8f4afac8be16878630f9da9f52711bc6fb4
    Bot->>CI: Trigger build & test
    CI-->>Bot: Tests pass/fail
    alt Tests Pass
        Bot->>Bot: Auto-merge PR
    else Tests Fail
        Bot->>Bot: Keep PR open for manual intervention
    end
Loading

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant