Use development version of distributed in gpuCI build#7976
Merged
jrbourbeau merged 4 commits intodask:mainfrom Aug 19, 2021
Merged
Use development version of distributed in gpuCI build#7976jrbourbeau merged 4 commits intodask:mainfrom
distributed in gpuCI build#7976jrbourbeau merged 4 commits intodask:mainfrom
Conversation
charlesbluca
reviewed
Aug 2, 2021
Member
charlesbluca
left a comment
There was a problem hiding this comment.
LGTM! We also just created images using cudf's nightly builds instead of 21.08, that can be enabled by changing this
dask/continuous_integration/gpuci/axis.yaml
Lines 10 to 11 in 264c628
to 21.10, though we can do that in a separate PR if you'd prefer
Member
Author
|
It looks like we're getting some test failures on |
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.
This ensures that our gpuCI build is using the latest
mainbranch ofdistributed(similar to our other CI builds). I think we need to do this here instead of over in https://github.com/rapidsai/dask-build-environment since the images there are built nightly and may not contain the latest commits todistributed(though my knowledge of howdocker pullworks may not be correct)xref #7975
cc @charlesbluca @quasiben