Rework the way Java version is set in CSIT jobs
[releng/builder.git] / jjb / lacp / lacp-csit-lacp.yaml
index 10dfabb441fb169538f11f0e0bfa27afbc1fbd0e..3ed4e93605c400cc5feb718e03aa545ec0445f31 100644 (file)
 
     # Project branches
     stream:
-        - beryllium:
+        - boron:
             branch: 'master'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
+            jre: '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'