Resolve yamllint issues
[releng/builder.git] / jjb / netconf / netconf-scale.yaml
index e1677af41db3f196ac452a38b100ce20413a3e9f..2204b211ba2e92c38afe98a84a49fe2dac026ba8 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: netconf-csit-scale
     jobs:
-      - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'netconf'
 
     # Project branches
     stream:
-      - oxygen:
+      - sodium:
           branch: 'master'
-          jre: 'openjdk8'
-      - nitrogen:
-          branch: 'stable/nitrogen'
-          jre: 'openjdk8'
-      - carbon:
-          branch: 'stable/carbon'
-          jre: 'openjdk8'
-          karaf-version: karaf3
-      - boron:
-          branch: 'stable/boron'
-          jre: 'openjdk8'
-          karaf-version: karaf3
-          install-features: >
-              odl-restconf,
-              odl-clustering-test-app,
-              odl-netconf-mdsal,
-              odl-netconf-connector-all,
-              odl-netconf-topology
-          robot-options: '-v USE_NETCONF_CONNECTOR:True'
+      - neon:
+          branch: 'stable/neon'
+      - fluorine:
+          branch: 'stable/fluorine'
 
     install:
-      - all:
-          scope: 'all'
+      - only:
+          scope: 'only'
 
     # Features to install
     install-features: >
     robot-options: '-v USE_NETCONF_CONNECTOR:False'
 
     # ODL system configuration
-    odl_system_flavor: 8 GB General Purpose v1
+    odl_system_flavor: odl-standard-4
+
+- project:
+    name: netconf-csit-scale-max-devices
+    jobs:
+      - inttest-csit-1node
+
+    # The project name
+    project: 'netconf'
+
+    # The functionality under test
+    functionality: 'scale-max-devices'
+
+    # Project branches
+    stream:
+      - sodium:
+          branch: 'master'
+      - neon:
+          branch: 'stable/neon'
+      - fluorine:
+          branch: 'stable/fluorine'
+
+    install:
+      - only:
+          scope: 'only'
+
+    # Features to install
+    install-features: >
+        odl-restconf,
+        odl-clustering-test-app,
+        odl-netconf-mdsal,
+        odl-netconf-topology,
+        odl-jolokia,
+        decanter-collector-jmx,
+        decanter-appender-elasticsearch
+
+    # Robot custom options
+    robot-options: '-v USE_NETCONF_CONNECTOR:False'
+
+    # ODL system configuration
+    odl_system_flavor: odl-standard-8
+
+    # Plot Info
+    01-plot-title: 'Max Devices'
+    01-plot-yaxis: 'Devices'
+    01-plot-group: 'Netconf Devices'
+    01-plot-data-file: 'devices.csv'