Skip to content

Commit 162b48a

Browse files
trivialfishcho3
andauthored
[backport] [CI] Disable gtest with RMM (dmlc#8620) (dmlc#8640)
Co-authored-by: Philip Hyunsu Cho <[email protected]>
1 parent 83a078b commit 162b48a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tests/buildkite/test-cpp-gpu.sh

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ set -euo pipefail
44

55
source tests/buildkite/conftest.sh
66

7-
echo "--- Run Google Tests with CUDA, using 4 GPUs"
7+
echo "--- Run Google Tests with CUDA, using a GPU"
88
buildkite-agent artifact download "build/testxgboost" . --step build-cuda
99
chmod +x build/testxgboost
1010
tests/ci_build/ci_build.sh gpu nvidia-docker \
1111
--build-arg CUDA_VERSION_ARG=$CUDA_VERSION \
1212
--build-arg RAPIDS_VERSION_ARG=$RAPIDS_VERSION \
1313
build/testxgboost
1414

15-
echo "--- Run Google Tests with CUDA, using 4 GPUs, RMM enabled"
16-
rm -rfv build/
17-
buildkite-agent artifact download "build/testxgboost" . --step build-cuda-with-rmm
18-
chmod +x build/testxgboost
19-
tests/ci_build/ci_build.sh rmm nvidia-docker \
20-
--build-arg CUDA_VERSION_ARG=$CUDA_VERSION \
21-
--build-arg RAPIDS_VERSION_ARG=$RAPIDS_VERSION bash -c \
22-
"source activate gpu_test && build/testxgboost --use-rmm-pool"
15+
# Disabled until https://github.com/dmlc/xgboost/issues/8619 is resolved
16+
# echo "--- Run Google Tests with CUDA, using a GPU, RMM enabled"
17+
# rm -rfv build/
18+
# buildkite-agent artifact download "build/testxgboost" . --step build-cuda-with-rmm
19+
# chmod +x build/testxgboost
20+
# tests/ci_build/ci_build.sh rmm nvidia-docker \
21+
# --build-arg CUDA_VERSION_ARG=$CUDA_VERSION \
22+
# --build-arg RAPIDS_VERSION_ARG=$RAPIDS_VERSION bash -c \
23+
# "source activate gpu_test && build/testxgboost --use-rmm-pool"

0 commit comments

Comments
 (0)