File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
python/cudf_polars/tests/experimental Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ rapids-logger "pytest custreamz"
4343rapids-logger " pytest cudf-polars"
4444./ci/run_cudf_polars_pytests.sh \
4545 --junitxml=" ${RAPIDS_TESTS_DIR} /junit-cudf-polars.xml" \
46- --numprocesses=6 \
46+ --numprocesses=8 \
4747 --dist=worksteal \
4848 --cov-config=./pyproject.toml \
4949 --cov=cudf_polars \
Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ for version in "${VERSIONS[@]}"; do
7171
7272 ./ci/run_cudf_polars_pytests.sh \
7373 " ${COVERAGE_ARGS[@]} " \
74+ --numprocesses=8 \
75+ --dist=worksteal \
7476 --junitxml=" ${RAPIDS_TESTS_DIR} /junit-cudf-polars-${version} .xml"
7577
7678 if [ $? -ne 0 ]; then
Original file line number Diff line number Diff line change 77import pytest
88
99
10+ # scope="session" is important to not cause singificant slowdowns in CI
11+ # https://github.com/rapidsai/cudf/pull/20137
1012@pytest .fixture (autouse = True , scope = "session" )
1113def dask_cluster (pytestconfig , worker_id ):
1214 if (
You can’t perform that action at this time.
0 commit comments