From fa80c75681cac5170c8a8b4c648abc8d6a0de9fa Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Wed, 9 Nov 2016 11:38:49 -0500 Subject: [PATCH] Allow patch-test jobs to run concurrently Change-Id: I1d1fb485fc0dfde25070bff5b2873b44c58c40df Signed-off-by: Sam Hague --- jjb/integration/integration-templates.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 47f92ea78..09d589e82 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -1218,6 +1218,7 @@ project-type: maven node: centos7-java-builder-2c-8g + concurrent: true jdk: '{jdk}' logrotate: -- 2.36.6