Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / netconf / netconf-cluster-stress.yaml
index 33d82c12e3a3518bd3b1d1378c358bd2ce4cb7f8..c2dbc53208e0cb47c0b21a756652e64e4f4c9429 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: netconf-csit-cluster-stress
     jobs:
-      - '{project}-csit-3node-{functionality}-{install}-{stream}'
+      - inttest-csit-3node
 
     # The project name
     project: 'netconf'
 
     # Project branches
     stream:
-      - carbon:
+      - neon:
           branch: 'master'
-          jre: 'openjdk8'
-      - boron:
-          branch: 'stable/boron'
-          jre: 'openjdk8'
-      - beryllium:
-          branch: 'stable/beryllium'
-          jre: 'openjdk7'
+      - fluorine:
+          branch: 'stable/fluorine'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     install:
-      - only:
-          scope: 'only'
       - all:
           scope: 'all'
 
     # Features to install
-    # odl-jolokia is added automatically just because this is a 3node job.
-    # Netconf clustered feature is installed at runtime.
     install-features: >
         odl-restconf,
-        odl-netconf-ssh
+        odl-jolokia,
+        odl-netconf-clustered-topology
 
     # Robot custom options
+    # TODO: Make sure every suite has this as default, then remove this value from here.
     robot-options: '-v USE_NETCONF_CONNECTOR:False'