Merge "Update cloud image Ubuntu18.04 mininet ovs"
[releng/builder.git] / jjb / netconf / netconf-clustering-scale.yaml
index 095e3a859b5a33a1f17e0f19599278c687fe1ff2..027990350d5aef3191aba32b7c616789c43065e5 100644 (file)
@@ -2,34 +2,30 @@
 - project:
     name: netconf-csit-clustering-scale
     jobs:
-      - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-3node
 
     # The project name
-    project: 'netconf'
+    project: "netconf"
 
     # The functionality under test
-    functionality: 'clustering-scale'
+    functionality: "clustering-scale"
 
     # 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'
+          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"