Change Cbench VM to old Centos 6
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-cbench-daily.yaml
index af4f6ceb50129085e50e0a0cf2c0c54802d137ea..cb9bd797fd9697e949c550fc64f189c3e4a3e3ab 100644 (file)
@@ -1,7 +1,7 @@
 - project:
     name: openflowplugin-csit-cbench-daily
     jobs:
-        - '{project}-csit-periodic-1node-cds-{functionality}-{install}-{stream}'
+        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'openflowplugin'
 
     # Project branches
     stream:
-        - master:
+        - 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'