HBASE-25620 Increase timeout value for pre commit (#3000)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
parent
7ca792d5df
commit
2f5a331c53
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
// N.B. this is per-branch, which means per PR
|
// N.B. this is per-branch, which means per PR
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
buildDiscarder(logRotator(numToKeepStr: '15'))
|
buildDiscarder(logRotator(numToKeepStr: '15'))
|
||||||
timeout (time: 7, unit: 'HOURS')
|
timeout (time: 10, unit: 'HOURS')
|
||||||
timestamps()
|
timestamps()
|
||||||
skipDefaultCheckout()
|
skipDefaultCheckout()
|
||||||
}
|
}
|
||||||
|
@ -223,7 +223,7 @@ pipeline {
|
||||||
// Has to be relative to WORKSPACE
|
// Has to be relative to WORKSPACE
|
||||||
reportDir: "${WORKDIR_REL}/${PATCH_REL}",
|
reportDir: "${WORKDIR_REL}/${PATCH_REL}",
|
||||||
reportFiles: 'report.html',
|
reportFiles: 'report.html',
|
||||||
reportName: 'PR JDK8 Hadoop2 Check Report'
|
reportName: 'PR JDK8 Hadoop3 Check Report'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
// Jenkins pipeline jobs fill slaves on PRs without this :(
|
// Jenkins pipeline jobs fill slaves on PRs without this :(
|
||||||
|
|
Loading…
Reference in New Issue