Skip to content

nightly tests broken on main: CUDA 13.2 images not found #846

Description

@jameslamb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions