Skip to content

Commit 2b1da04

Browse files
authored
use CUDA 13 for third-party integration tests (#20748)
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
1 parent dd12a0f commit 2b1da04

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,7 @@ jobs:
390390
sha: ${{ inputs.sha }}
391391
node_type: "gpu-l4-latest-1"
392392
continue-on-error: true
393-
# TODO: Switch to ci-conda:25-10-latest when XGBoost has CUDA 13 packages
394-
container_image: "rapidsai/ci-conda:26.02-cuda12.9.1-ubuntu24.04-py3.13"
393+
container_image: "rapidsai/ci-conda:26.02-latest"
395394
script: |
396395
ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
397396
pandas-tests:

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ jobs:
146146
date: ${{ inputs.date }}
147147
sha: ${{ inputs.sha }}
148148
node_type: "gpu-l4-latest-1"
149-
# TODO: Switch to ci-conda:25-10-latest when XGBoost has CUDA 13 packages
150-
container_image: "rapidsai/ci-conda:26.02-cuda12.9.1-ubuntu24.04-py3.13"
149+
container_image: "rapidsai/ci-conda:26.02-latest"
151150
script: |
152151
ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
153152
continue-on-error: true

0 commit comments

Comments
 (0)