Make Java version for CSIT jobs configurable
[releng/builder.git] / jjb / ovsdb / ovsdb-csit-southbound.yaml
index b796c30e929134ac2b7b24efcf2ad6807df727b9..f10e419c15fbbd2160cc4f71095d654b6b20aa85 100644 (file)
@@ -1,8 +1,8 @@
 - project:
     name: ovsdb-csit-southbound
     jobs:
-        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-{functionality}-{stream}'
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
    # The project name
     project: 'ovsdb'
 
 
     # Project branches
     stream:
-        - master:
+        - boron:
             branch: 'master'
+            jdk: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jdk: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
+            jdk: 'openjdk7'
 
     install:
         - only:
         - all:
             scope: 'all'
 
+    # Mininet configuration
+    mininet-vms: 2
+
     # Features to install
-    install-features: 'odl-ovsdb-openstack'
+    install-features: 'odl-ovsdb-southbound-impl-rest'
 
     # Robot custom options
     robot-options: ''