Commit b90543a
authored
Skip version check for cuOpt in Julia code (#539)
<!--
Thank you for contributing to cuOpt :)
Here are some guidelines to help the review process go smoothly.
Many thanks in advance for your cooperation!
Note: The pull request title will be included in the CHANGELOG.
-->
## Description
cuOpt.jl checks for cuOpt version to be <= latest release. But for CI
testing we need that check to be disabled, so this change will update
the max version to 99.99 so we can get pass that.
## Checklist
- [x] I am familiar with the [Contributing
Guidelines](https://github.com/NVIDIA/cuopt/blob/HEAD/CONTRIBUTING.md).
- Testing
- [ ] New or existing tests cover these changes
- [ ] Added tests
- [ ] Created an issue to follow-up
- [x] NA
- Documentation
- [ ] The documentation is up to date with these changes
- [ ] Added new documentation
- [x] NA
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Tests**
* Jump tests now run unconditionally in more workflows in addition to
nightly runs, increasing test coverage.
* Improved third‑party optimizer test reliability: relaxed strict
version checks, skipped a flaky test, enhanced native library discovery,
and added clearer logging to aid diagnostics across environments.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 0676998 commit b90543a
2 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
43 | 57 | | |
44 | 58 | | |
45 | 59 | | |
| |||
64 | 78 | | |
65 | 79 | | |
66 | 80 | | |
67 | | - | |
| 81 | + | |
68 | 82 | | |
69 | 83 | | |
0 commit comments