From bd3f0d85c287bbc017b10f8c6177f60804c849aa Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Tue, 2 Apr 2024 01:09:37 -0500 Subject: [PATCH] Enable all tests for `arm` arch (#1510) This PR enables running all pytests for `arm64` jobs. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Jake Awe (https://github.com/AyodeAwe) - Mark Harris (https://github.com/harrism) - https://github.com/jakirkham URL: https://github.com/rapidsai/rmm/pull/1510 --- ci/test_wheel.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index aa2705afe..708b1d930 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -9,9 +9,4 @@ RAPIDS_PY_WHEEL_NAME="rmm_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from- # echo to expand wildcard before adding `[extra]` requires for pip python -m pip install $(echo ./dist/rmm*.whl)[test] -# Run smoke tests for aarch64 pull requests -if [[ "$(arch)" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then - python ./ci/wheel_smoke_test.py -else - python -m pytest ./python/rmm/tests -fi +python -m pytest ./python/rmm/tests