-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use conda-sourced cudf artifacts for libcudf example in CI #8638
Conversation
rerun tests |
Currently when CI build libcudf examples, it rebuilds the entire libcudf library. Until we figure out how to reuse the built libcudf artifacts in CI, we should disable the build to save CI build times. Looking to be re-enabled by #8638 Authors: - Michael Wang (https://github.com/isVoid) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #8642
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8638 +/- ##
===============================================
Coverage ? 10.63%
===============================================
Files ? 109
Lines ? 18667
Branches ? 0
===============================================
Hits ? 1985
Misses ? 16682
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
This PR lets libcudf examples build on top of existing cudf artifacts in CI.
After speaking with @robertmaynard , this PR moves libcudf example building using libcudf pulled from conda sources.