Make javadoc-verify jobs run concurrently 11/7111/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 27 Oct 2017 16:10:18 +0000 (12:10 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 27 Oct 2017 16:16:44 +0000 (12:16 -0400)
We forgot to enable concurrency for the javadoc-verify job when we
created it. This patch fixes that.

Issue: RELENG-607
Change-Id: I622939f418ff254b6714eb28d296199cf86d9589
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.jjb-test/expected-xml/gerrit-maven-maven-javadoc-verify-master
.jjb-test/expected-xml/github-maven-maven-javadoc-verify-master
jjb/lf-maven-jobs.yaml

index 6a4b2b7..8f16a85 100644 (file)
@@ -6,7 +6,7 @@
   <keepDependencies>false</keepDependencies>
   <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
   <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <concurrentBuild>false</concurrentBuild>
+  <concurrentBuild>true</concurrentBuild>
   <assignedNode>build-vm</assignedNode>
   <canRoam>false</canRoam>
   <properties>
index 87493fa..63b64e2 100644 (file)
@@ -6,7 +6,7 @@
   <keepDependencies>false</keepDependencies>
   <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
   <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <concurrentBuild>false</concurrentBuild>
+  <concurrentBuild>true</concurrentBuild>
   <assignedNode>build-vm</assignedNode>
   <canRoam>false</canRoam>
   <properties>
index 0191c84..361c6c2 100644 (file)
     # Job Configuration #
     #####################
 
+    concurrent: true
+
     builders:
       - lf-maven-install:
           mvn-version: '{mvn-version}'