ci: promote nightly docker images to release tags on NGC staging - #1658
Closed
ramakrishnap-nv wants to merge 7 commits into
Closed
ci: promote nightly docker images to release tags on NGC staging#1658ramakrishnap-nv wants to merge 7 commits into
ramakrishnap-nv wants to merge 7 commits into
Conversation
Draft release notes for 26.08 based on commits since v26.06.00a, covering new features (multi-GPU PDLP, routing improvements, gRPC enhancements, MIP cuts and heuristics), improvements, and bug fixes. Intended for team review.
Use AyodeAwe's filtered release notes script against .github/release.yml labels; removes 75 forward-merged PRs and duplicates from prior releases.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughChangesRelease promotion
Estimated code review effort: 3 (Moderate) | ~25 minutes Possibly related PRs
Suggested labels: Suggested reviewers: ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
CI Test Summary1 failed · 8 passed · 4 skipped |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ci/docker/promote_nightly_to_release.sh— pulls nightly per-arch images from NGC staging, retags as release, pushes, and creates multiarch manifests (cuda+py, cu<major>, latest, UBI10 for CUDA 13+).github/workflows/promote_nightly_to_release.yaml— manualworkflow_dispatchthat drives the script in a matrix over CUDA × Python versions; takesnightly_tag_prefix(e.g.26.8.0a) andrelease_version(e.g.26.8.0) as inputsTesting
Docs
No doc changes needed.