[CI] Use mgpu machine to run gpu hist unit tests

This commit is contained in:
Hyunsu Cho 2020-08-02 02:33:05 -07:00
parent 50a0def6c3
commit 7856da5827

2
Jenkinsfile vendored
View File

@ -285,7 +285,7 @@ def BuildCUDA(args) {
}
def BuildJVMPackagesWithCUDA(args) {
node('linux && gpu') {
node('linux && mgpu') {
unstash name: 'srcs'
echo "Build XGBoost4J-Spark with Spark ${args.spark_version}, CUDA ${args.cuda_version}"
def container_type = "jvm_gpu_build"