From b5e5bc4f666f6c7088ba2e074ad449d37ea3fd02 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 7 Jan 2015 08:42:05 -0800 Subject: [PATCH] Verify jobs should be allowed to run in parallel Prior to migrating jobs into JJB we recommended that projects should have their verify jobs configured to be able to run in parallel (aka concurrent). This makes sure that our template for verify jobs sets this option. Change-Id: I88fa8c008076be97cb7cba43326a739ff6f645c1 Signed-off-by: Andrew Grimberg --- jjb/job.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/job.yaml.template b/jjb/job.yaml.template index 84d4c9131f..50b0f1c158 100644 --- a/jjb/job.yaml.template +++ b/jjb/job.yaml.template @@ -40,6 +40,7 @@ project-type: maven node: dynamic_verify + concurrent: true jdk: '{jdk}' logrotate: -- 2.36.6