Rework the way Java version is set in CSIT jobs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-clustering.yaml
index ba02036581471a5c22c338265d030796c9f7ac35..2cf6197f4aa64f7b6de54bac940c9b973f505a9b 100644 (file)
     stream:
         - boron:
             branch: 'master'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
+            jre: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -27,7 +30,7 @@
     install-features: 'odl-openflowplugin-flow-services-ui-li'
 
     # Robot custom options
-    robot-options: ''
+    robot-options: '-v ODL_OF_PLUGIN:lithium'
 
     # Trigger jobs (upstream dependencies)
     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'