rapidsai / dask-build-environment

Build environments for various dask related projects on gpuCI
4 stars 11 forks source link

Manually bump RAPIDS/UCX version #108

Closed charlesbluca closed 2 weeks ago

charlesbluca commented 2 weeks ago

Looks like the the auto-updating workflow has started failing because we need additional permissions in the GitHub token to update the workflow file (cc @jameslamb):

https://github.com/rapidsai/dask-build-environment/actions/runs/11916287787/job/33208587167

A little low bandwidth ATM, so unblocking with a manual bump for now

jameslamb commented 1 week ago

Why was this closed instead of merged? Something I can help with?

charlesbluca commented 1 week ago

Yeah, apologies the context is a little spread right now:

Recently we disabled the webhooks triggering the Jenkins GPU runs in Dask's CI (https://github.com/dask/community/issues/404), meaning that now we're waiting on things to shape out in rapidsai/dask-upstream-testing (cc @wence-) so that we can run Dask's GPU tests through a GHA workflow there.

From conversations with AJ, sounds like doing that will require a single container with the GPU testing requirements of both Dask/Distributed, which currently isn't getting produced by this repo, and to my knowledge we now aren't using the "single repo" images being produced here, so figured I'd close this for now until things are refactored to the point that this repo is producing the images getting used by dask-upstream-testing

jameslamb commented 1 week ago

Ah perfect, thanks @charlesbluca ! Ok makes sense, @ me any time if you need help with anything. Thanks for all your work on this.