#23975 further narrowed down Python testing scenarios for changed files, but a common job that might still might run is conda-python-other-test
This currently runs unit tests (with conda packages) for:
- dask-cudf
- cudf-polars
- cudf-streaming
- cudf-kafka
IMO cudf-polars tests is a more "significant" (prone to flakiness, has gotchas) test suite to run compared to the others. In worst case, IIUC, a dask-cudf-only change would run the cudf-polars test suite (the inverse is still time wasted, but probably more reliable to pass cleanly)
We should probably not consider the cudf-polars test suite an "other" test suite and isolate it from these other libraries
#23975 further narrowed down Python testing scenarios for changed files, but a common job that might still might run is
conda-python-other-testThis currently runs unit tests (with conda packages) for:
IMO cudf-polars tests is a more "significant" (prone to flakiness, has gotchas) test suite to run compared to the others. In worst case, IIUC, a dask-cudf-only change would run the cudf-polars test suite (the inverse is still time wasted, but probably more reliable to pass cleanly)
We should probably not consider the cudf-polars test suite an "other" test suite and isolate it from these other libraries