Skip to content

Commit

Permalink
Also update test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 3, 2025
1 parent 6210cab commit db5acac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ set +u
conda activate test
set -u

LIBRMM_CHANNEL=$(rapids-get-pr-conda-artifact rmm 1776 cpp)
LIBRAFT_CHANNEL=$(rapids-get-pr-conda-artifact raft 2534 cpp)
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}/
mkdir -p "${RAPIDS_TESTS_DIR}"

rapids-print-env

rapids-mamba-retry install \
--channel "${LIBRMM_CHANNEL}" \
--channel "${LIBRAFT_CHANNEL}" \
--channel "${CPP_CHANNEL}" \
"libraft-headers=${RAPIDS_VERSION}" \
"libraft=${RAPIDS_VERSION}" \
Expand Down
8 changes: 8 additions & 0 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ conda activate test
set -u

rapids-logger "Downloading artifacts from previous jobs"
LIBRMM_CHANNEL=$(rapids-get-pr-conda-artifact rmm 1776 cpp)
PYLIBRMM_CHANNEL=$(rapids-get-pr-conda-artifact rmm 1776 python)
LIBRAFT_CHANNEL=$(rapids-get-pr-conda-artifact raft 2534 cpp)
PYLIBRAFT_CHANNEL=$(rapids-get-pr-conda-artifact raft 2534 python)
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python)

Expand All @@ -34,6 +38,10 @@ mkdir -p "${RAPIDS_TESTS_DIR}" "${RAPIDS_COVERAGE_DIR}"
rapids-print-env

rapids-mamba-retry install \
--channel "${LIBRMM_CHANNEL}" \
--channel "${PYLIBRMM_CHANNEL}" \
--channel "${LIBRAFT_CHANNEL}" \
--channel "${PYLIBRAFT_CHANNEL}" \
--channel "${CPP_CHANNEL}" \
--channel "${PYTHON_CHANNEL}" \
"libraft=${RAPIDS_VERSION}" \
Expand Down

0 comments on commit db5acac

Please sign in to comment.