rapidsai / rapidsai/integration
nightly tests broken on `main`: CUDA 13.2 images not found
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 17
- Forks
- 72
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 3
Description
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-cicheck)
Approach
This hard-coded 26.04 is the problem:
We didn't add CUDA 13.2 support until 26.06 (https://github.com/rapidsai/ci-imgs/pull/382).
Not sure of the most future-proof way to fix that though, this needs investigation.
Notes
N/A
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/test.yaml at line 56 and inspect the failing test job linked in the issue. Check which ci-conda image tags are available and how the hard-coded 26.04 value should be selected. Done means nightly tests run successfully and the check-nightly-ci check no longer blocks PR CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions, shell
- Domain
- ci-cd, devops, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100