Rework the way Java version is set in CSIT jobs
[releng/builder.git] / jjb / integration / integration-csit-basic.yaml
index 8dcf589f20599e4ef12d0a621948a597e1661490..cfd8819b45b53521a1d61a5c5179605a02334319 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:
         - all:
             scope: 'all'
 
-    # Mininet configuration
-    mininet-image: 'rk-c-el6-mininet'
-    mininet-vms: 1
-
     # Features to install
     install-features: 'odl-restconf'