[CI] Do not mix up stashed executable built for ARM and x86_64 platforms (#6646)
This commit is contained in:
parent
55ee2bd77f
commit
0ad6e18a2a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -190,7 +190,7 @@ def BuildCPUARM64() {
|
|||||||
path = ("${BRANCH_NAME}" == 'master') ? '' : "${BRANCH_NAME}/"
|
path = ("${BRANCH_NAME}" == 'master') ? '' : "${BRANCH_NAME}/"
|
||||||
s3Upload bucket: 'xgboost-nightly-builds', path: path, acl: 'PublicRead', workingDir: 'python-package/dist', includePathPattern:'**/*.whl'
|
s3Upload bucket: 'xgboost-nightly-builds', path: path, acl: 'PublicRead', workingDir: 'python-package/dist', includePathPattern:'**/*.whl'
|
||||||
}
|
}
|
||||||
stash name: 'xgboost_cli', includes: 'xgboost'
|
stash name: 'xgboost_cli_arm64', includes: 'xgboost'
|
||||||
deleteDir()
|
deleteDir()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -339,7 +339,7 @@ def TestPythonCPUARM64() {
|
|||||||
node('linux && arm64') {
|
node('linux && arm64') {
|
||||||
unstash name: "xgboost_whl_arm64_cpu"
|
unstash name: "xgboost_whl_arm64_cpu"
|
||||||
unstash name: 'srcs'
|
unstash name: 'srcs'
|
||||||
unstash name: 'xgboost_cli'
|
unstash name: 'xgboost_cli_arm64'
|
||||||
echo "Test Python CPU ARM64"
|
echo "Test Python CPU ARM64"
|
||||||
def container_type = "aarch64"
|
def container_type = "aarch64"
|
||||||
def docker_binary = "docker"
|
def docker_binary = "docker"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user