Skip to content

ci: remove lean CI matrix from pr.yaml#1474

Open
ramakrishnap-nv wants to merge 2 commits into
mainfrom
ci/remove-lean-ci-matrix
Open

ci: remove lean CI matrix from pr.yaml#1474
ramakrishnap-nv wants to merge 2 commits into
mainfrom
ci/remove-lean-ci-matrix

Conversation

@ramakrishnap-nv

@ramakrishnap-nv ramakrishnap-nv commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Removes the lean-ci label mechanism — check-lean-ci, prevent-merge-with-lean-ci, and the conditional branching in compute-matrix-filters. The full CI matrix is now always used on every PR.

This effort is to make default PR CI to be lean at the same time sufficient, rather than adding another flavor.

@copy-pr-bot

copy-pr-bot Bot commented Jun 26, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

Drop the check-lean-ci and prevent-merge-with-lean-ci jobs and
the lean/full branching in compute-matrix-filters. The full CI
matrix is now always used on every PR.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Ramakrishna Prabhu <ramakrishnap@nvidia.com>
@ramakrishnap-nv ramakrishnap-nv force-pushed the ci/remove-lean-ci-matrix branch from 546b00c to 100d6e8 Compare June 26, 2026 15:50
@ramakrishnap-nv ramakrishnap-nv self-assigned this Jun 26, 2026
@ramakrishnap-nv ramakrishnap-nv added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Jun 26, 2026
@ramakrishnap-nv ramakrishnap-nv marked this pull request as ready for review June 26, 2026 15:56
@ramakrishnap-nv ramakrishnap-nv requested a review from a team as a code owner June 26, 2026 15:56
@ramakrishnap-nv ramakrishnap-nv requested a review from bdice June 26, 2026 15:56
@coderabbitai

coderabbitai Bot commented Jun 26, 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: 64f258e6-5220-456f-9d38-c773ebfca9d4

📥 Commits

Reviewing files that changed from the base of the PR and between 0549423 and 100d6e8.

📒 Files selected for processing (1)
  • .github/workflows/pr.yaml

📝 Walkthrough

Walkthrough

The PR removes lean-ci gating from the PR workflow, simplifies compute-matrix-filters to emit only the remaining wheel-related filters, and updates conda and cuopt wheel test jobs to stop depending on removed matrix filters.

Changes

PR workflow matrix cleanup

Layer / File(s) Summary
Lean-ci gating and filter outputs
.github/workflows/pr.yaml
pr-builder drops the lean-ci job dependencies, and compute-matrix-filters now emits only the remaining wheel-related filter outputs.
Conda job wiring
.github/workflows/pr.yaml
conda-cpp-tests, conda-python-build, and conda-python-tests drop compute-matrix-filters from needs, and the conda test jobs remove their matrix_filter inputs.
Cuopt wheel test wiring
.github/workflows/pr.yaml
wheel-tests-cuopt drops compute-matrix-filters from needs and removes its matrix_filter input.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • NVIDIA/cuopt#1457: Also changes .github/workflows/pr.yaml around compute-matrix-filters and wheel matrix filter wiring.

Suggested reviewers

  • jameslamb
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main CI change by removing the lean CI matrix from pr.yaml.
Description check ✅ Passed The description matches the changeset and accurately describes removing the lean-ci branching and jobs.
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 unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/remove-lean-ci-matrix

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

@github-actions

Copy link
Copy Markdown

CI Test Summary

✅ All 31 test job(s) 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