From e49b3e9950c3bd0daa740ffe7b2c308a947eacb5 Mon Sep 17 00:00:00 2001 From: Allard Hendriksen Date: Fri, 21 Apr 2023 14:59:52 +0200 Subject: [PATCH] Test PR raft/1441 --- ci/build_cpp.sh | 2 +- ci/build_python.sh | 4 ++-- ci/test_cpp.sh | 2 +- ci/test_python_common.sh | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 70105ad422..affe29c950 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -11,7 +11,7 @@ rapids-print-env rapids-logger "Begin cpp build" -LIBRAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1415/144d5c1/raft_conda_cpp_cuda11_$(arch).tar.gz) +LIBRAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1441/6109c12/raft_conda_cpp_cuda11_$(arch).tar.gz) rapids-mamba-retry mambabuild \ --channel "${LIBRAFT_CHANNEL}" \ diff --git a/ci/build_python.sh b/ci/build_python.sh index 43c98a7e90..92d591a160 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -15,8 +15,8 @@ CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp) PY_VER=${RAPIDS_PY_VERSION//./} -LIBRAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1415/144d5c1/raft_conda_cpp_cuda11_$(arch).tar.gz) -RAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1415/144d5c1/raft_conda_python_cuda11_${PY_VER}_$(arch).tar.gz) +LIBRAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1441/6109c12/raft_conda_cpp_cuda11_$(arch).tar.gz) +RAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1441/6109c12/raft_conda_python_cuda11_${PY_VER}_$(arch).tar.gz) # TODO: Remove `--no-test` flag once importing on a CPU # node works correctly diff --git a/ci/test_cpp.sh b/ci/test_cpp.sh index 717ed448ec..b4830343e3 100755 --- a/ci/test_cpp.sh +++ b/ci/test_cpp.sh @@ -19,7 +19,7 @@ conda activate test set -u CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp) -LIBRAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1415/144d5c1/raft_conda_cpp_cuda11_$(arch).tar.gz) +LIBRAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1441/6109c12/raft_conda_cpp_cuda11_$(arch).tar.gz) RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}/ mkdir -p "${RAPIDS_TESTS_DIR}" diff --git a/ci/test_python_common.sh b/ci/test_python_common.sh index e1c54a8aac..05ad2e9c7b 100644 --- a/ci/test_python_common.sh +++ b/ci/test_python_common.sh @@ -23,8 +23,8 @@ CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp) PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python) PY_VER=${RAPIDS_PY_VERSION//./} -LIBRAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1415/144d5c1/raft_conda_cpp_cuda11_$(arch).tar.gz) -RAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1415/144d5c1/raft_conda_python_cuda11_${PY_VER}_$(arch).tar.gz) +LIBRAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1441/6109c12/raft_conda_cpp_cuda11_$(arch).tar.gz) +RAFT_CHANNEL=$(rapids-get-artifact ci/raft/pull-request/1441/6109c12/raft_conda_python_cuda11_${PY_VER}_$(arch).tar.gz) RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}