[CI] Speed up CPU test pipeline (#7772)
This commit is contained in:
parent
bcce17e688
commit
e5ab8f3ebe
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user