From 08cc217e5a2708faa13d1cda08224048e70e46cd 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. --- 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 b67afa148f..63cadeb2bd 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() -- 2.16.1