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