Make Java version for CSIT jobs configurable
[releng/builder.git] / jjb / netconf / netconf-clustering.yaml
index 7e04d5773c9e846f2db11d3524448a4b1a13676a..fb2e6e3b80d6a74c161e3ffa6ea34061eec0846d 100644 (file)
     stream:
         - boron:
             branch: 'master'
+            jdk: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
+            jdk: '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}'