From e5ab8f3ebeea4e2ccba494855c349c21ce0dca09 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Thu, 31 Mar 2022 11:39:04 -0700 Subject: [PATCH] [CI] Speed up CPU test pipeline (#7772) --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 703432921..d74ff5a1b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -132,7 +132,7 @@ def ClangTidy() { } def BuildCPU() { - node('linux && cpu') { + node('linux && cpu_build') { unstash name: 'srcs' echo "Build CPU" def container_type = "cpu" @@ -189,7 +189,7 @@ def BuildCPUARM64() { } def BuildCPUMock() { - node('linux && cpu') { + node('linux && cpu_build') { unstash name: 'srcs' echo "Build CPU with rabit mock" def container_type = "cpu"