Skip to content

Commit 7856da5

Browse files
committed
[CI] Use mgpu machine to run gpu hist unit tests
1 parent 50a0def commit 7856da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def BuildCUDA(args) {
285285
}
286286

287287
def BuildJVMPackagesWithCUDA(args) {
288-
node('linux && gpu') {
288+
node('linux && mgpu') {
289289
unstash name: 'srcs'
290290
echo "Build XGBoost4J-Spark with Spark ${args.spark_version}, CUDA ${args.cuda_version}"
291291
def container_type = "jvm_gpu_build"

0 commit comments

Comments
 (0)