Skip to content

Commit

Permalink
Reenable UCXX in CI
Browse files Browse the repository at this point in the history
UCXX CI tests had been previously disabled due to instabilities, see
rapidsai#1270 (comment),
it should now be much more resilient so we should reenable them in
preparation for the permanent migration to UCXX.
  • Loading branch information
pentschev committed Oct 10, 2024
1 parent f775d88 commit 291929b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ timeout 60m pytest \
--cov-config=../pyproject.toml \
--cov=dask_cuda \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/dask-cuda-coverage.xml" \
--cov-report=term \
tests -k "not ucxx"
--cov-report=term
popd

rapids-logger "pytest explicit-comms (legacy dd)"
Expand All @@ -83,7 +82,7 @@ timeout 30m pytest \
--cov=dask_cuda \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/dask-cuda-coverage-legacy.xml" \
--cov-report=term \
tests/test_explicit_comms.py -k "not ucxx"
tests/test_explicit_comms.py
popd

rapids-logger "Run local benchmark (dask-expr)"
Expand Down

0 comments on commit 291929b

Please sign in to comment.