use jdk7 with stable/lithium 71/31871/1
authorSam Hague <shague@redhat.com>
Thu, 24 Dec 2015 16:38:48 +0000 (11:38 -0500)
committerSam Hague <shague@redhat.com>
Thu, 24 Dec 2015 16:38:56 +0000 (11:38 -0500)
Also modifed the goal to not do the singleFeatureTest since that is covered with the verify and merge jobs.

Change-Id: Ib39a26d66bc6f3fcef08faa26f5e84654a4d102b
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/ovsdb/ovsdb-full-integration.yaml

index efe8151b2fcdbcc527f3d140e4c81116f8de3888..8f5565b09e1516c2d3769ea4170d8bfe3cba63cb 100644 (file)
@@ -13,9 +13,9 @@
                 - openjdk8
         - stable-lithium:
             branch: 'stable/lithium'
-            jdk: openjdk8
+            jdk: openjdk7
             jdks:
-                - openjdk8
+                - openjdk7
 
     project: 'ovsdb'
 
@@ -41,8 +41,8 @@
                 - 2.4.0
         - axis:
             type: jdk
-            values:
-                - openjdk8
+            values: '{obj:jdks}'
+
         - axis:
             type: slave
             name: nodes
@@ -90,7 +90,7 @@
         - maven-target:
             maven-version: '{mvn33}'
             pom: 'pom.xml'
-            goals: 'clean install verify -Pintegrationtest,jenkins -V -Dovsdb.controller.address=${{CONTROLLER_IP}}'
+            goals: 'clean install -V verify -Pintegrationtest -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dovsdb.controller.address=${{CONTROLLER_IP}}'
             properties:
                 - 'ovsdbserver.ipaddress=127.0.0.1'
                 - 'ovsdbserver.port=6641'