Rework the way Java version is set in CSIT jobs
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
index 5a660900bd4439151e7a038d5fe7c577817d6dac..114ba4d11e2ebbf0f931580373e8e3c5d6b61b89 100644 (file)
     stream:
         - boron:
             branch: 'master'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
+            jre: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -29,7 +32,7 @@
     mininet-image: 'rk-c-el6-mininet'
 
     # Features to install
-    install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all'
+    install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all,odl-openflowplugin-all'
 
     # Robot custom options
     robot-options: '-v NETOPEER_USER:root'