@@ -4,19 +4,20 @@ set -euo pipefail
4
4
5
5
source tests/buildkite/conftest.sh
6
6
7
- echo " --- Run Google Tests with CUDA, using 4 GPUs "
7
+ echo " --- Run Google Tests with CUDA, using a GPU "
8
8
buildkite-agent artifact download " build/testxgboost" . --step build-cuda
9
9
chmod +x build/testxgboost
10
10
tests/ci_build/ci_build.sh gpu nvidia-docker \
11
11
--build-arg CUDA_VERSION_ARG=$CUDA_VERSION \
12
12
--build-arg RAPIDS_VERSION_ARG=$RAPIDS_VERSION \
13
13
build/testxgboost
14
14
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