Retry Jenkins CI tests up to 3 times to improve reliability (redux) (#3775)
This commit is contained in:
committed by
GitHub
parent
7a7269e983
commit
6d42e56c85
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -73,8 +73,8 @@ def buildPlatformCmake(buildName, conf, nodeReq, dockerTarget) {
|
||||
}
|
||||
def test_suite = conf["withGpu"] ? (conf["multiGpu"] ? "mgpu" : "gpu") : "cpu"
|
||||
// Build node - this is returned result
|
||||
node(nodeReq) {
|
||||
retry(3) {
|
||||
retry(3) {
|
||||
node(nodeReq) {
|
||||
unstash name: 'srcs'
|
||||
echo """
|
||||
|===== XGBoost CMake build =====
|
||||
|
||||
Reference in New Issue
Block a user