Pin to CUDA 12 image for integration tests#19903
Merged
jameslamb merged 1 commit intorapidsai:branch-25.10from Sep 5, 2025
Merged
Pin to CUDA 12 image for integration tests#19903jameslamb merged 1 commit intorapidsai:branch-25.10from
jameslamb merged 1 commit intorapidsai:branch-25.10from
Conversation
Member
|
I'm admin-merging this to unblock CI, this change looks correct to me. |
3 tasks
jameslamb
pushed a commit
that referenced
this pull request
Sep 8, 2025
## Description <!-- Provide a standalone description of changes in this PR. --> <!-- Reference any issues closed by this PR with "closes #1234". --> <!-- Note: The pull request title will be included in the CHANGELOG. --> Nightly companion to #19903 ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x] The documentation is up to date with these changes.
res-life
pushed a commit
to res-life/cudf
that referenced
this pull request
Sep 9, 2025
## Description <!-- Provide a standalone description of changes in this PR. --> <!-- Reference any issues closed by this PR with "closes rapidsai#1234". --> <!-- Note: The pull request title will be included in the CHANGELOG. --> Until dmlc/xgboost#11648 and rapidsai/xgboost-feedstock#100 are resolved we need to run the integration tests on CUDA 12 so that we can still test xgboost. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x] The documentation is up to date with these changes.
vyasr
added a commit
to vyasr/cudf
that referenced
this pull request
Sep 11, 2025
This reverts commit 61eee9c.
3 tasks
rapids-bot bot
pushed a commit
that referenced
this pull request
Dec 2, 2025
Contributes to rapidsai/build-planning#208 Reverts #19903 and #19917 Now that there are `xgboost` conda packages with CUDA 13 support (rapidsai/xgboost-feedstock#100), switches the `third-party-integration-tests-cudf-pandas` to use CUDA 13. This also switches to the more generic CI Image tags (`rapidsai/26.02-latest`), so that configuration doesn't need to be updated as RAPIDS adds support for new minor versions of CUDA. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #20748
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Until dmlc/xgboost#11648 and rapidsai/xgboost-feedstock#100 are resolved we need to run the integration tests on CUDA 12 so that we can still test xgboost.
Checklist