From 291929bd6c10fbcf3786114a1c391b881d427877 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Thu, 10 Oct 2024 14:00:15 -0700 Subject: [PATCH] Reenable UCXX in CI UCXX CI tests had been previously disabled due to instabilities, see https://github.com/rapidsai/dask-cuda/pull/1270#issuecomment-1806295358, it should now be much more resilient so we should reenable them in preparation for the permanent migration to UCXX. --- ci/test_python.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index 339141728..4c2f1a3c8 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -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)" @@ -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)"