Skip to content

Commit 6e7dd9c

Browse files
busbeyApache9
authored andcommitted
HBASE-22911 reduce concurrent PR builds.
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent da87ebb commit 6e7dd9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-support/Jenkinsfile_GitHub

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
pipeline {
1919

2020
agent {
21-
label 'Hadoop || ubuntu'
21+
label 'Hadoop'
2222
}
2323

2424
options {
25+
// N.B. this is per-branch, which means per PR
26+
disableConcurrentBuilds()
2527
buildDiscarder(logRotator(numToKeepStr: '15'))
2628
timeout (time: 7, unit: 'HOURS')
2729
timestamps()

0 commit comments

Comments
 (0)