diff --git a/ops/pipeline/test-cpp-gpu.sh b/ops/pipeline/test-cpp-gpu.sh index 9fdcd314264d..f64ac0e5c5f2 100755 --- a/ops/pipeline/test-cpp-gpu.sh +++ b/ops/pipeline/test-cpp-gpu.sh @@ -13,6 +13,8 @@ source ops/pipeline/get-docker-registry-details.sh CONTAINER_TAG=${DOCKER_REGISTRY_URL}/xgb-ci.gpu:main +export NCCL_RAS_ENABLE=0 + case "${suite}" in gpu) echo "--- Run Google Tests, using a single GPU"