fix 'yum update' in nightly wheels tests#1099
Merged
Merged
Conversation
|
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. |
jameslamb
commented
Jun 2, 2026
| with: | ||
| build_type: pull-request | ||
| script: ci/test_wheel.sh | ||
| matrix_type: "nightly" |
Member
Author
There was a problem hiding this comment.
Suggested change
| matrix_type: "nightly" |
TODO: revert before merging
(just doing this to test that it'll fix nightly tests)
Member
Author
There was a problem hiding this comment.
Saw all nightly wheel tests pass 🎉
https://github.com/rapidsai/cucim/actions/runs/26840592270/job/79149819727?pr=1099
Member
Author
|
/ok to test |
grlee77
approved these changes
Jun 2, 2026
Contributor
grlee77
left a comment
There was a problem hiding this comment.
Thanks, this looks like a good way to resolve the issue
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.
Nightly tests on
release/26.06have been failing recently. Only CUDA 12.x wheels tests on Rocky Linux 8 have been failing, like this:(build link)
This has the same root cause as rapidsai/ci-imgs#411, see that issue for more details.
rapidsai/ci-imgs#412 already resolves this on
main(affects alldnf upgrade/yum upgradecalls in RAPIDS CI images), but wasn't backported torelease/26.06.To avoid building new CI images close to release, this backports the fix from rapidsai/ci-imgs#412 to cuCIM's CI... passing
--nobesttoyum upgrade, so it will fall back to a different solve and not be broken by the renaming of the CCCL packages.Notes for Reviewers
How I tested this
On the first commit, ran wheel tests with
matrix_type: nightly.Saw all the tests jobs succeed: https://github.com/rapidsai/cucim/actions/runs/26840592270/job/79149819727?pr=1099