HBASE-22911 reduce concurrent PR builds.
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
ee9d98611b
commit
94155fe175
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue