Merge "Update cloud image Ubuntu18.04 mininet ovs"
[releng/builder.git] / jjb / netconf / netconf-clustering.yaml
index 0f24660244501c70661866b3fabc29dfc833e36c..13c17b5bc8bf097441227f3d7f61f7966b1cd110 100644 (file)
@@ -1,34 +1,31 @@
+---
 - project:
     name: netconf-csit-clustering
     jobs:
-        - '{project}-csit-3node-{functionality}-{install}-{stream}'
+      - inttest-csit-3node
 
     # The project name
-    project: 'netconf'
+    project: "netconf"
 
     # The functionality under test
-    functionality: 'clustering'
+    functionality: "clustering"
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - master:
+          branch: "master"
+          jre: "openjdk17"
+
+    karaf-version: netconf
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - only:
+          scope: "only"
 
     # Features to install
-    install-features: 'odl-restconf,odl-netconf-clustered-topology'
+    install-features: >
+      odl-restconf,
+      odl-netconf-clustered-topology
 
     # Robot custom options
-    robot-options: '-v USE_NETCONF_CONNECTOR:False'
+    robot-options: "-v USE_NETCONF_CONNECTOR:False"