[CI] Speed up CPU test pipeline (#7772)

This commit is contained in:
Philip Hyunsu Cho 2022-03-31 11:39:04 -07:00 committed by GitHub
parent bcce17e688
commit e5ab8f3ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View File

@ -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"