rapidsai / cudf

cuDF - GPU DataFrame Library
https://docs.rapids.ai/api/cudf/stable/
Apache License 2.0
8.46k stars 908 forks source link

[FEA] Improve WSL testing #17106

Open vyasr opened 1 month ago

vyasr commented 1 month ago

Is your feature request related to a problem? Please describe. We currently support WSL, but testing for that platform is done in a far more ad hoc manner around release time than for our other supported platforms.

Describe the solution you'd like We should look into ways to improve and automate WSL testing.

vyasr commented 3 weeks ago

My writeup in https://github.com/rapidsai/build-planning/issues/114 indicates that we probably won't have CI-level automation of WSL testing any time too soon. In lieu of that, we should discuss plans for making it easier to test WSL on a more regular basis even if it is done in an ad hoc manner.

vyasr commented 3 days ago

@taureandyernv is starting to look into this.