Skip to content

Commit

Permalink
HBASE-22911 reduce concurrent PR builds.
Browse files Browse the repository at this point in the history
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
busbey authored and Apache9 committed Aug 24, 2019
1 parent ee9d986 commit 94155fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-support/Jenkinsfile_GitHub
Expand Up @@ -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()
Expand Down

0 comments on commit 94155fe

Please sign in to comment.