Remove nitrogen branches in projects
[releng/builder.git] / jjb / netconf / netconf-clustering-scale.yaml
index 751ee7024f60e6d3c3cd7e604ef9365d1d0a4cfd..35393c283ec5a1c8d53adaef248536e7d3f16bd8 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: netconf-csit-clustering-scale
     jobs:
-        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-3node
 
     # The project name
     project: 'netconf'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - fluorine:
+          branch: 'master'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # 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'
-
-    # This scaling test can take several hours to finish,
-    # so the job is defined to run once a day.
-    # Trigger jobs (daily)
-    schedule: 'H H * * *'