Description
The test job has broken on main for a while, like this:
Error response from daemon: failed to resolve reference "docker.io/rapidsai/ci-conda:26.04-cuda13.2.0-ubuntu24.04-py3.14": docker.io/rapidsai/ci-conda:26.04-cuda13.2.0-ubuntu24.04-py3.14: not found
https://github.com/rapidsai/integration/actions/runs/26564394604/job/78255229268
Benefits of this work
- fixes nightly tests
- unblocks PR CI (which is failing thanks to the
check-nightly-ci check)
Approach
This hard-coded 26.04 is the problem:
|
container_image: "rapidsai/citestwheel:26.04-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}-${{ matrix.ARCH }}" |
We didn't add CUDA 13.2 support until 26.06 (rapidsai/ci-imgs#382).
Not sure of the most future-proof way to fix that though, this needs investigation.
Notes
N/A
Description
The
testjob has broken onmainfor a while, like this:https://github.com/rapidsai/integration/actions/runs/26564394604/job/78255229268
Benefits of this work
check-nightly-cicheck)Approach
This hard-coded
26.04is the problem:integration/.github/workflows/test.yaml
Line 56 in b98715e
We didn't add CUDA 13.2 support until 26.06 (rapidsai/ci-imgs#382).
Not sure of the most future-proof way to fix that though, this needs investigation.
Notes
N/A