-
Notifications
You must be signed in to change notification settings - Fork 304
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
update versions to 22.08 #2332
update versions to 22.08 #2332
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #2332 +/- ##
===============================================
Coverage ? 60.74%
===============================================
Files ? 105
Lines ? 5075
Branches ? 0
===============================================
Hits ? 3083
Misses ? 1992
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChuckHastings, can you add entries for these libraries in the automatic update script below?
I think the script could be generalized a bit to something like the following to make sure it captures all current and future libs. I'll leave this up to your discretion.
sed_runner "s/=${CURRENT_SHORT_TAG}/=${NEXT_SHORT_TAG}/g" ${FILE};
cugraph/ci/release/update-version.sh
Lines 52 to 60 in 4922450
for FILE in conda/environments/*.yml; do sed_runner "s/libcugraphops=${CURRENT_SHORT_TAG}/libcugraphops=${NEXT_SHORT_TAG}/g" ${FILE}; sed_runner "s/cudf=${CURRENT_SHORT_TAG}/cudf=${NEXT_SHORT_TAG}/g" ${FILE}; sed_runner "s/rmm=${CURRENT_SHORT_TAG}/rmm=${NEXT_SHORT_TAG}/g" ${FILE}; sed_runner "s/dask-cuda=${CURRENT_SHORT_TAG}/dask-cuda=${NEXT_SHORT_TAG}/g" ${FILE}; sed_runner "s/dask-cudf=${CURRENT_SHORT_TAG}/dask-cudf=${NEXT_SHORT_TAG}/g" ${FILE}; sed_runner "s/cuxfilter=${CURRENT_SHORT_TAG}/cuxfilter=${NEXT_SHORT_TAG}/g" ${FILE}; sed_runner "s/ucx-py=.*/ucx-py=${NEXT_UCX_PY_VERSION}/g" ${FILE}; done
…s update automatically
I added a pair of sed expressions to address those libraries. I get nervous about generalizing too much, although none of our current external dependencies overlap in our versioning convention. |
rerun tests |
@gpucibot merge |
Update conda files to upgrade raft versions from 22.06 to 22.08