Merge "Chore: Update global-jjb to the latest v0.78.0"
[releng/builder.git] / jjb / netconf / netconf-scale.yaml
index 75ae8c65641ed775ac1bca5d736a3c29b29a35c6..15d861ced5f6798f1577ef8fec2fe94c46dd7c74 100644 (file)
 
     # Project branches
     stream:
-      - silicon:
+      - master:
           branch: "master"
           jre: "openjdk11"
-      - aluminium:
-          branch: "stable/aluminium"
-          jre: "openjdk11"
-      - magnesium:
-          branch: "stable/magnesium"
-          jre: "openjdk11"
+
+    karaf-version: netconf
 
     install:
       - only:
@@ -37,7 +33,7 @@
     robot-options: "-v USE_NETCONF_CONNECTOR:False"
 
     # ODL system configuration
-    odl_system_flavor: odl-standard-4
+    odl_system_flavor: v3-standard-4
 
 - project:
     name: netconf-csit-scale-max-devices
 
     # Project branches
     stream:
-      - aluminium:
+      - master:
           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*"
+            "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\
+            \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\
+            \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
+
+    karaf-version: netconf
 
     install:
       - only:
@@ -89,3 +80,5 @@
     01-plot-yaxis: "Devices"
     01-plot-group: "Netconf Devices"
     01-plot-data-file: "devices.csv"
+
+    build-timeout: "720"