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