Skip to content

Commit

Permalink
Enable all tests for arm jobs (rapidsai#63)
Browse files Browse the repository at this point in the history
This PR enables all tests in `arm` jobs.

xref: rapidsai/build-planning#36

---------

Co-authored-by: Corey J. Nolet <[email protected]>
  • Loading branch information
galipremsagar and cjnolet authored Apr 10, 2024
1 parent 6ad58e3 commit 26377ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
7 changes: 1 addition & 6 deletions ci/test_wheel_cuvs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@ RAPIDS_PY_WHEEL_NAME="cuvs_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from
# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install $(echo ./dist/cuvs*.whl)[test]

# Run smoke tests for aarch64 pull requests
if [[ "$(arch)" == "aarch64" && "${RAPIDS_BUILD_TYPE}" == "pull-request" ]]; then
python ./ci/wheel_smoke_test_cuvs.py
else
python -m pytest ./python/cuvs/cuvs/test
fi
python -m pytest ./python/cuvs/cuvs/test
42 changes: 0 additions & 42 deletions ci/wheel_smoke_test_cuvs.py

This file was deleted.

0 comments on commit 26377ef

Please sign in to comment.