Make Java version for CSIT jobs configurable
[releng/builder.git] / jjb / lacp / lacp-csit-lacp.yaml
index 10dfabb441fb169538f11f0e0bfa27afbc1fbd0e..19e18dc9a28bffdcda978b15821f309596b6b0a6 100644 (file)
 
     # Project branches
     stream:
-        - beryllium:
+        - boron:
             branch: 'master'
+            jdk: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jdk: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
+            jdk: 'openjdk7'
 
     install:
         - only:
@@ -23,6 +28,8 @@
         - all:
             scope: 'all'
 
+    mininet-image: 'ubuntu-trusty-mininet-ovs-23'
+
     # Features to install
     install-features: 'odl-lacp-ui'