[CI] Use mgpu machine to run gpu hist unit tests
This commit is contained in:
parent
50a0def6c3
commit
7856da5827
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user