Skip to content

fix(ci): restrict UBI10 build, test, and manifest to CUDA 13.x only#1515

Merged
ramakrishnap-nv merged 2 commits into
mainfrom
fix/ubi10-cuda13-only
Jul 2, 2026
Merged

fix(ci): restrict UBI10 build, test, and manifest to CUDA 13.x only#1515
ramakrishnap-nv merged 2 commits into
mainfrom
fix/ubi10-cuda13-only

Conversation

@ramakrishnap-nv

@ramakrishnap-nv ramakrishnap-nv commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

nvidia/cuda UBI10 base images are only published for CUDA 13.x — neither Docker Hub nor NGC provide them for any 12.x release. The CI was failing with not found when attempting to build the UBI10 image for CUDA 12.9.0.

nvidia/cuda UBI10 base images are only published starting with CUDA 13.x —
neither Docker Hub nor NGC provide them for 12.x. Skip the UBI10 build/push
steps, test job, and manifest creation when CUDA_VER starts with 12.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ramakrishnap-nv ramakrishnap-nv requested a review from a team as a code owner July 2, 2026 21:39
@ramakrishnap-nv ramakrishnap-nv requested a review from gforsyth July 2, 2026 21:39
@ramakrishnap-nv ramakrishnap-nv self-assigned this Jul 2, 2026
@ramakrishnap-nv ramakrishnap-nv added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Jul 2, 2026
Remove cu12-ubi10 container commands from install-selector.js and README.
Update the install selector fallback so that selecting UBI10 + CUDA 12
shows the cu13-ubi10 image instead of a non-existent cu12-ubi10 tag.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ramakrishnap-nv ramakrishnap-nv requested a review from a team as a code owner July 2, 2026 21:41
@ramakrishnap-nv ramakrishnap-nv requested a review from Iroy30 July 2, 2026 21:41
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

CI Test Summary

✅ All 13 test job(s) passed.

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 9182d2f7-cad0-40f3-967a-1dbcaafae24f

📥 Commits

Reviewing files that changed from the base of the PR and between 5717c48 and 300c42a.

📒 Files selected for processing (2)
  • README.md
  • docs/cuopt/source/_static/install-selector.js

📝 Walkthrough

Walkthrough

This PR gates UBI10 build, test, and manifest generation on CUDA 13.x and updates the README and install selector to remove CUDA 12 UBI10 references.

Changes

UBI10 CUDA 13 gating

Layer / File(s) Summary
Gate workflow UBI10 steps
.github/workflows/build_images.yaml, .github/workflows/test_images.yaml
Adds CUDA 13.x conditions to the UBI10 build, push, and test workflow entries.
Gate manifest generation
ci/docker/create_multiarch_manifest.sh
Wraps UBI10 multi-arch and release manifest creation in a CUDA_MAJOR 13 check and adds a skip message for other CUDA majors.
Update UBI10 docs and selector
README.md, docs/cuopt/source/_static/install-selector.js
Removes CUDA 12 UBI10 container entries, updates UBI10 availability notes, and changes UBI10 fallback handling to cu13-ubi10.

Estimated code review effort: 2 (Simple) | ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: limiting UBI10 CI and manifest handling to CUDA 13.x.
Description check ✅ Passed The description is directly related to the change and explains the CUDA 12.x UBI10 failure it fixes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/ubi10-cuda13-only

Comment @coderabbitai help to get the list of available commands.

@ramakrishnap-nv ramakrishnap-nv merged commit 081462f into main Jul 2, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants