Rework the way Java version is set in CSIT jobs
[releng/builder.git] / jjb / netconf / netconf-clustering.yaml
index 7e04d5773c9e846f2db11d3524448a4b1a13676a..e5ce551582bdc2a77fd84d34856e9e79ef8b37bc 100644 (file)
     stream:
         - boron:
             branch: 'master'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -26,7 +28,7 @@
     install-features: 'odl-restconf,odl-netconf-clustered-topology'
 
     # Robot custom options
-    robot-options: ''
+    robot-options: '-v USE_NETCONF_CONNECTOR:False'
 
     # Trigger jobs (upstream dependencies)
     trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'