Conversation
f5499c7 to
abefbbf
Compare
|
Will the |
|
OK, I think 25543e5 is testing dask-kubernetes against dask & distributed master. https://circleci.com/gh/dask/dask-kubernetes/356?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link The changes are
Things are failing as expected. I'll start picking them off. |
|
Just a note: circle-CI caching the conda env may cause some headaches in the future if we intend to test against distributed master going forward. The previous run was restoring the conda env from a couple days ago, and building the Long term, we probably want multiple jobs. One against a minimum distributed, and another against dask-master. The one against the minimum distributed could be cached safely. |
|
Yay, we're passing :) So the changes were
Now, what versions of distributed do we want this repo to support? I'd say pin the minimum to the next release of distributed and sync a release of dask-kubernetes with the next version of distributed. |
+1 |
|
OK, I think I'll merge this as is then. In prep for the distributed release, we'll want to bump our required minimum version here. If we want to be especially responsible, we can backport a commit pinning the maximum version of distributed to |
|
@TomAugspurger are we ok to release this after dask/dask and dask/distributed are released? |
No description provided.