Verify jobs should be allowed to run in parallel 73/13973/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 7 Jan 2015 16:42:05 +0000 (08:42 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 7 Jan 2015 16:42:05 +0000 (08:42 -0800)
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 <agrimberg@linuxfoundation.org>
jjb/job.yaml.template

index 84d4c9131f612a7713b66cfbfd9ddc7c7a70ea35..50b0f1c158d01d8559c5d02c64d1c55cf9d0f276 100644 (file)
@@ -40,6 +40,7 @@
 
     project-type: maven
     node: dynamic_verify
+    concurrent: true
     jdk: '{jdk}'
 
     logrotate: