HBASE-25620 Increase timeout value for pre commit (#3000)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
Duo Zhang 2021-03-01 14:11:00 +08:00
parent 7ca792d5df
commit 2f5a331c53
1 changed files with 2 additions and 2 deletions

View File

@ -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 :(