Add plots to netconf-scale-max-devices job
[releng/builder.git] / jjb / netconf / netconf-scale.yaml
index efffbcd54e326c23b5ba54245a5f79990a53846d..8c27672cfc128c7b37de097050a5c903b9f11114 100644 (file)
@@ -18,9 +18,6 @@
           branch: 'stable/neon'
       - fluorine:
           branch: 'stable/fluorine'
-      - oxygen:
-          branch: 'stable/oxygen'
-          disable-job: true
 
     install:
       - only:
 
     # ODL system configuration
     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'