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 {
|
pipeline {
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
label 'Hadoop || ubuntu'
|
label 'Hadoop'
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
// N.B. this is per-branch, which means per PR
|
||||||
|
disableConcurrentBuilds()
|
||||||
buildDiscarder(logRotator(numToKeepStr: '15'))
|
buildDiscarder(logRotator(numToKeepStr: '15'))
|
||||||
timeout (time: 7, unit: 'HOURS')
|
timeout (time: 7, unit: 'HOURS')
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|
Loading…
Reference in New Issue