From cb18f1d66c367baf6d2fe9dc4c566df89bbae434 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 19 May 2016 13:42:29 -0400 Subject: [PATCH] Boost max concurrent build to 20 since we now have priority queuing --- jobs/lttng-modules.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 5e03d50..4c0d6ad 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -91,7 +91,7 @@ description: 'The lttng-modules branch to build.' - string: name: 'maxConcurrentBuild' - default: '4' + default: '20' description: 'The maximum number of concurrent child build to run.' - string: name: 'kverfloor' @@ -135,7 +135,7 @@ description: 'The lttng-modules branch to build.' - string: name: 'maxConcurrentBuild' - default: '4' + default: '20' description: 'The maximum number of concurrent child build to run.' - string: name: 'uversion' @@ -179,7 +179,7 @@ description: 'The lttng-modules branch to build.' - string: name: 'maxConcurrentBuild' - default: '4' + default: '20' description: 'The maximum number of concurrent child build to run.' - string: name: 'kverfloor' -- 2.34.1