Merge "Remove all Neon jobs"
[releng/builder.git] / jjb / netconf / netconf-scale.yaml
index 080fdd11bdfa8d5decc6f0023a03a024b71c0c63..3c3b69af81993da5750b0c22888bdf041706312a 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: netconf-csit-scale
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # 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'
+      - aluminium:
+          branch: 'master'
+          jre: 'openjdk11'
+      - magnesium:
+          branch: 'stable/magnesium'
+          jre: 'openjdk11'
+      - sodium:
+          branch: 'stable/sodium'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - only:
+          scope: 'only'
 
     # Features to install
-    install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-connector-all,odl-netconf-topology'
+    install-features: >
+        odl-restconf,
+        odl-clustering-test-app,
+        odl-netconf-mdsal,
+        odl-netconf-topology
 
     # Robot custom options
-    robot-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 * * *'
+    # 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:
+      - aluminium:
+          branch: 'master'
+          jre: 'openjdk11'
+          robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
+                          -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
+                          -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
+      - magnesium:
+          branch: 'stable/magnesium'
+          jre: 'openjdk11'
+          robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
+                          -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
+                          -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
+      - sodium:
+          branch: 'stable/sodium'
+          robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:10
+                          -v MAX_DEVICE_COUNT:500 -v DEVICE_INCREMENT:25 -v TESTTOOL_BOOT_TIMEOUT:600s
+                          -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
+
+    install:
+      - only:
+          scope: 'only'
+
+    # Features to install
+    install-features: >
+        odl-restconf,
+        odl-clustering-test-app,
+        odl-netconf-mdsal,
+        odl-netconf-topology,
+        odl-jolokia
 
     # ODL system configuration
-    controller-image: 'centos7-java-builder-2c-8g'
+    odl_system_flavor: odl-standard-8
+    controller-max-mem: '12G'
+    tools_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'