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 committed by GitHub
parent 30cb419707
commit 34bd1bda6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
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 :(