-
Notifications
You must be signed in to change notification settings - Fork 19
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
turn off package proxy cache on conda-based jobs #282
Conversation
This branch shouldn't be deleted until this is merged: https://github.com/rapidsai/rapids-multi-gpu/pull/76 |
We might need to turn off the cache for conda C++ test jobs too. We are seeing problems in cuDF C++ tests, which can't find the latest nvcomp packages. https://github.com/nv-gha-runners/roadmap/issues/192 |
Sure. This PR was only opened for testing https://github.com/rapidsai/rapids-multi-gpu/pull/72, which is now closed. And If we want to re-purpose this branch to actually change where the proxy cache is used in RAPIDS, that's fine. |
This was originally opened for testing: https://github.com/rapidsai/rapids-multi-gpu/pull/72#issuecomment-2660149987
But then expanded to turn off the proxy cache for all conda-based jobs that run on self-hosted runners, for issues like this:
rapidsai/kvikio#603 (comment)