Skip to content

fix(ci): fix typo in notebook skip list for transport_cuopt#1496

Merged
rapids-bot[bot] merged 4 commits into
mainfrom
fix/nbtest-transport-skip-typo
Jul 1, 2026
Merged

fix(ci): fix typo in notebook skip list for transport_cuopt#1496
rapids-bot[bot] merged 4 commits into
mainfrom
fix/nbtest-transport-skip-typo

Conversation

@ramakrishnap-nv

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

Copy link
Copy Markdown
Collaborator

Typo in skip list: trnsport_cuopttransport_cuopt (missing 'a'). The pattern never matched so the GAMSPy notebook ran instead of being skipped, failing with a missing libcublas.so.13.

ramakrishnap-nv and others added 2 commits June 26, 2026 13:43
…MP tests

The test crashes Julia's JIT compiler with SIGSEGV (signal 11) during type
inference for the MOI bridge_optimizer delete path when a SecondOrderCone
variable with a negative initial bound is removed. All other cuOpt.jl tests
pass (286 pass, 22 skip across 7 nightly wheel jobs).

Patch the cloned cuOpt.jl MOI_wrapper.jl to add this test to the exclude
list in test_runtests_bridge_optimizer, following the same pattern used for
test_air05.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The test_conic_SecondOrderCone_negative_initial_bound exclusion is now
handled directly in cuOpt.jl via jump-dev/cuOpt.jl#39, which is the
correct place for test configuration rather than a sed patch in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ramakrishnap-nv ramakrishnap-nv requested a review from a team as a code owner June 30, 2026 21:55
@ramakrishnap-nv ramakrishnap-nv self-assigned this Jun 30, 2026
@ramakrishnap-nv ramakrishnap-nv added bug Something isn't working non-breaking Introduces a non-breaking change labels Jun 30, 2026
@coderabbitai

coderabbitai Bot commented Jun 30, 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: 512a821d-f785-49ce-af8c-b5436f066242

📥 Commits

Reviewing files that changed from the base of the PR and between 4942c0d and f678c9a.

📒 Files selected for processing (1)
  • ci/utils/nbtest.sh
✅ Files skipped from review due to trivial changes (1)
  • ci/utils/nbtest.sh

📝 Walkthrough

Walkthrough

This change modifies ci/utils/nbtest.sh with two edits: updating the SPDX copyright year range from 2019-2025 to 2019-2026, and correcting a typo in the SKIP_NOTEBOOKS array entry from trnsport_cuopt to transport_cuopt, which changes which notebooks are matched for skipping.

Changes

CI Script Fix

Layer / File(s) Summary
Notebook skip pattern and copyright correction
ci/utils/nbtest.sh
Updates copyright year to 2019-2026 and fixes the SKIP_NOTEBOOKS entry typo from trnsport_cuopt to transport_cuopt, changing which notebooks are skipped.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Related Issues: None specified.

Related PRs: None specified.

Suggested labels: ci, bug

Suggested reviewers: None specified.

Poem:
A typo hopped in, quiet and sly,
"trnsport" became "transport"—goodbye, goodbye!
The year ticked forward to twenty-six,
Two tiny lines, one tidy fix.
🐰 Nibbling bugs from scripts so small.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states the main fix: a typo in the notebook skip list for transport_cuopt.
Description check ✅ Passed The description directly describes the typo fix and its CI impact, matching the changeset.
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/nbtest-transport-skip-typo

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

@ramakrishnap-nv ramakrishnap-nv force-pushed the fix/nbtest-transport-skip-typo branch from 5908588 to 66cbfb6 Compare June 30, 2026 22:01
@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown

CI Test Summary

✅ All 31 test job(s) passed.

'trnsport_cuopt' → 'transport_cuopt': the missing 'a' meant the pattern
never matched, so GAMSPy_integration_example/transport_cuopt.ipynb was
never skipped. It ran and failed with:

  gmscuopt: error while loading shared libraries: libcublas.so.13: cannot open shared object file

The GAMS cuOpt integration requires LD_LIBRARY_PATH configuration that
the conda notebook test environment does not provide, so the notebook is
intentionally skipped until that setup is in place.

Fixes: https://github.com/NVIDIA/cuopt/actions/runs/28426561531/job/84404065735

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ramakrishnap-nv ramakrishnap-nv force-pushed the fix/nbtest-transport-skip-typo branch from 66cbfb6 to 1b56c83 Compare June 30, 2026 22:02
@ramakrishnap-nv

Copy link
Copy Markdown
Collaborator Author

/merge

@rapids-bot rapids-bot Bot merged commit 6338d52 into main Jul 1, 2026
92 checks passed
@ramakrishnap-nv ramakrishnap-nv added this to the 26.08 milestone Jul 8, 2026
@ramakrishnap-nv ramakrishnap-nv deleted the fix/nbtest-transport-skip-typo branch July 9, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants