test-conda-nightly-env: restore full matrix coverage#760
Merged
rapids-bot[bot] merged 3 commits intorapidsai:branch-25.06from May 7, 2025
jameslamb:full-integration-test-coverage
Merged
test-conda-nightly-env: restore full matrix coverage#760rapids-bot[bot] merged 3 commits intorapidsai:branch-25.06from jameslamb:full-integration-test-coverage
rapids-bot[bot] merged 3 commits intorapidsai:branch-25.06from
jameslamb:full-integration-test-coverage
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
May 7, 2025
Member
Author
|
/ok to test a0b6615 |
bdice
approved these changes
May 7, 2025
Member
Author
|
/merge |
rapids-bot bot
pushed a commit
that referenced
this pull request
May 20, 2025
…#766) Follow-up to #760 The `conda-pack` jobs use the `conda-python-build` workflow from `rapidsai/shared-workflows` to get a matrix of build environments. These should also opt out of any attempts to upload things to the GitHub Artifacts store. This will fix issues like the following seen on branch and nightly builds: ```text Contents of directory to be uploaded: ls: cannot access '/tmp/conda-bld-output': No such file or directory ``` ([build link](https://github.com/rapidsai/integration/actions/runs/15107055437/job/42458613064)) Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Gil Forsyth (https://github.com/gforsyth) - Ray Douglass (https://github.com/raydouglass) URL: #766
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.
Contributes to rapidsai/shared-workflows#336
Reverts the testing changes from #757, ensuring that
test-conda-nightly-envtests again run for every platform RAPIDS packages are built for.And while I'm in here touching this, also updates
pre-commithooks to their latest versions withpre-commit autoupdate.