Add robot options to reduce robot log size
[releng/builder.git] / jjb / netconf / netconf-scale.yaml
1 ---
2 - project:
3     name: netconf-csit-scale
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality: 'scale'
12
13     # Project branches
14     stream:
15       - aluminium:
16           branch: 'master'
17           jre: 'openjdk11'
18       - magnesium:
19           branch: 'stable/magnesium'
20           jre: 'openjdk11'
21       - sodium:
22           branch: 'stable/sodium'
23       - neon:
24           branch: 'stable/neon'
25
26     install:
27       - only:
28           scope: 'only'
29
30     # Features to install
31     install-features: >
32         odl-restconf,
33         odl-clustering-test-app,
34         odl-netconf-mdsal,
35         odl-netconf-topology
36
37     # Robot custom options
38     robot-options: '-v USE_NETCONF_CONNECTOR:False'
39
40     # ODL system configuration
41     odl_system_flavor: odl-standard-4
42
43 - project:
44     name: netconf-csit-scale-max-devices
45     jobs:
46       - inttest-csit-1node
47
48     # The project name
49     project: 'netconf'
50
51     # The functionality under test
52     functionality: 'scale-max-devices'
53
54     # Project branches
55     stream:
56       - aluminium:
57           branch: 'master'
58           jre: 'openjdk11'
59           robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
60                           -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
61                           -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
62       - magnesium:
63           branch: 'stable/magnesium'
64           jre: 'openjdk11'
65           robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
66                           -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
67                           -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
68       - sodium:
69           branch: 'stable/sodium'
70           robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:10
71                           -v MAX_DEVICE_COUNT:500 -v DEVICE_INCREMENT:25 -v TESTTOOL_BOOT_TIMEOUT:600s
72                           -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
73       - neon:
74           branch: 'stable/neon'
75           robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:10
76                           -v MAX_DEVICE_COUNT:500 -v DEVICE_INCREMENT:25 -v TESTTOOL_BOOT_TIMEOUT:600s
77                           -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
78
79     install:
80       - only:
81           scope: 'only'
82
83     # Features to install
84     install-features: >
85         odl-restconf,
86         odl-clustering-test-app,
87         odl-netconf-mdsal,
88         odl-netconf-topology,
89         odl-jolokia
90
91     # ODL system configuration
92     odl_system_flavor: odl-standard-8
93     controller-max-mem: '12G'
94     tools_system_flavor: odl-standard-8
95
96     # Plot Info
97     01-plot-title: 'Max Devices'
98     01-plot-yaxis: 'Devices'
99     01-plot-group: 'Netconf Devices'
100     01-plot-data-file: 'devices.csv'