Skip to content

Commit

Permalink
[CI] Use mgpu machine to run gpu hist unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Aug 2, 2020
1 parent 50a0def commit 7856da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7856da5

Please sign in to comment.