rapidsai / rapidsai/integration

nightly tests broken on `main`: CUDA 13.2 images not found

Open
#846 2 comments 0 reactions 0 assignees View on GitHub

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-ci check)

Approach

This hard-coded 26.04 is the problem:

https://github.com/rapidsai/integration/blob/b98715e91ffe8969f9f9b5c903bffa0db32cbcb0/.github/workflows/test.yaml#L56

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.