From a0898a2702c7db6ae2d7cc80fc32c92483310e9d Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Sat, 24 Aug 2019 00:19:15 -0500 Subject: [PATCH] HBASE-22911 reduce concurrent PR builds. Signed-off-by: Duo Zhang --- dev-support/Jenkinsfile_GitHub | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub index b67afa148f0..63cadeb2bdc 100644 --- a/dev-support/Jenkinsfile_GitHub +++ b/dev-support/Jenkinsfile_GitHub @@ -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()