Skip to content

[DO NOT MERGE] Test RAFT 3052#5560

Closed
divyegala wants to merge 12 commits into
rapidsai:mainfrom
divyegala:test-raft-3052
Closed

[DO NOT MERGE] Test RAFT 3052#5560
divyegala wants to merge 12 commits into
rapidsai:mainfrom
divyegala:test-raft-3052

Conversation

@divyegala

Copy link
Copy Markdown
Member

No description provided.

@divyegala
divyegala requested a review from a team as a code owner June 12, 2026 17:19
@divyegala
divyegala requested a review from KyleFromNVIDIA June 12, 2026 17:19
Comment thread ci/test_cpp.sh
conda config --set channel_priority strict

CPP_CHANNEL=$(rapids-download-from-github "$(rapids-artifact-name conda_cpp libcugraph cugraph --cuda "$RAPIDS_CUDA_VERSION")")
source ./ci/use_conda_packages_from_prs.sh

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RAPIDS_PREPRENDED_CONDA_CHANNELS variable only impacts builds (because we always source rapids-rattler-channel-string) -- on the testing side, you'll want to additional add something like the following to the rapids-dependency-file-generator call below:

rapids-dependency-file-generator \
  --output conda \
  --file-key test_cpp \
  --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch)" \
  --prepend-channel "${LIBRAFT_CHANNEL}" \ 
  --prepend-channel "${RAFT_CHANNEL}" \ 
  --prepend-channel "${LIBCUVS_CHANNEL}" \ 
  --prepend-channel "${CPP_CHANNEL}" \
  | tee env.yaml

@divyegala divyegala closed this Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants