Change Cbench VM to old Centos 6
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-cbench-daily.yaml
index c92b1b9c642a8259126cc70ddb5ae226920b5f49..cb9bd797fd9697e949c550fc64f189c3e4a3e3ab 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,9 @@
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test'
 
+    # Mininet configuration
+    mininet-image: 'rk-c-el6-mininet'
+
     # Robot custom options
     robot-options: '-v duration_in_secs:180'