Make Java version for CSIT jobs configurable
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scalability-lithium-redesign.yaml
index 8abb25610630fa488c7435cbfae3c54a50df2257..48afc44a27cd197dd7cd1ee0c016d41bb545a972 100644 (file)
 
     # Project branches
     stream:
-        - beryllium:
+        - boron:
             branch: 'master'
+            jdk: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jdk: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
+            jdk: 'openjdk7'
 
     install:
         - only:
             scope: 'only'
-        - all:
-            scope: 'all'
 
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui-li'