HBASE-22911 reduce concurrent PR builds.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Sean Busbey 2019-08-24 00:19:15 -05:00 committed by Duo Zhang
parent ee9d98611b
commit 94155fe175
1 changed files with 3 additions and 1 deletions

View File

@ -18,10 +18,12 @@
pipeline {
agent {
label 'Hadoop || ubuntu'
label 'Hadoop'
}
options {
// N.B. this is per-branch, which means per PR
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '15'))
timeout (time: 7, unit: 'HOURS')
timestamps()