Run conda, cudf_polars CI tests with Ray#22420
Conversation
| with: | ||
| build_type: pull-request | ||
| # https://github.com/rapidsai/cudf/pull/22381/changes#r3196736965 | ||
| container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000" |
There was a problem hiding this comment.
@pentschev confirming I should add these flags for unit tests with conda like you mentioned in https://github.com/rapidsai/cudf/pull/22381/changes#r3196736965?
There was a problem hiding this comment.
Does this run also multi-rank RapidsMPF tests? It looks like so, for those cases the answer is always yes. Single-rank tests don't use UCX communicator, and in those cases this would not be needed.
There was a problem hiding this comment.
Does this run also multi-rank RapidsMPF tests?
Correct, yeah these end up running the same, bare ci/run_cudf_polars_pytests.sh as the wheels tests which IIRC runs the multi-rank tests
| with: | ||
| build_type: pull-request | ||
| # https://github.com/rapidsai/cudf/pull/22381/changes#r3196736965 | ||
| container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000" |
There was a problem hiding this comment.
Does this run also multi-rank RapidsMPF tests? It looks like so, for those cases the answer is always yes. Single-rank tests don't use UCX communicator, and in those cases this would not be needed.
|
/merge |
Follow up to rapidsai#22381 Adds `depends_on_ray` to `test_python_other` so the `conda-python-tests-other` job, which runs cudf_polars tests too, exercises the `RayEngine` as well. Also adds `depends_on_ray` to the `all` so ray is included in the `conda/environments/` yamls Authors: - Matthew Roeschke (https://github.com/mroeschke) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - James Lamb (https://github.com/jameslamb) URL: rapidsai#22420
Description
Follow up to #22381
Adds
depends_on_raytotest_python_otherso theconda-python-tests-otherjob, which runs cudf_polars tests too, exercises theRayEngineas well.Also adds
depends_on_rayto theallso ray is included in theconda/environments/yamlsChecklist