Increase params of netconf max device job 53/92453/2
authorJamo Luhrsen <jluhrsen@gmail.com>
Tue, 15 Sep 2020 23:03:10 +0000 (16:03 -0700)
committerThanh Ha <zxiiro@gmail.com>
Wed, 16 Sep 2020 02:52:09 +0000 (22:52 -0400)
the netconf scale numbers have increased and the job
sometimes takes longer than 6 hours now, so increasing
it to 12 hours. Also, the job is maxing out at 950
and we don't know the failure point any more so increasing
those params to start at 400 devices, increment by 200
and stop at 3k max.

Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: If4e3d61a120b56d359660d09c31d8af690f9027b

jjb/netconf/netconf-scale.yaml

index d4cc0a468beb153ede5ab2b82814d121acb11f9e..9feef79e9c5c95381dcabb6eb2fe41e88ebc19d2 100644 (file)
@@ -58,8 +58,8 @@
           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 USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:400
+            -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:200 -v TESTTOOL_BOOT_TIMEOUT:600s
             -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
       - magnesium:
           branch: "stable/magnesium"
@@ -97,3 +97,5 @@
     01-plot-yaxis: "Devices"
     01-plot-group: "Netconf Devices"
     01-plot-data-file: "devices.csv"
+
+    build-timeout: "720"