0ce1f29409d4b6c471a148233bff18aa020732af
[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       - master:
16           branch: "master"
17           jre: "openjdk11"
18       - silicon:
19           branch: "stable/silicon"
20           jre: "openjdk11"
21       - aluminium:
22           branch: "stable/aluminium"
23           jre: "openjdk11"
24
25     karaf-version: netconf
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: v3-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       - sulfur:
58           branch: "master"
59           jre: "openjdk11"
60           robot-options:
61             "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\
62             \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\
63             \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
64       - phosphorus:
65           branch: "stable/phosphorus"
66           jre: "openjdk11"
67           robot-options:
68             "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\
69             \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\
70             \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
71       - silicon:
72           branch: "stable/silicon"
73           jre: "openjdk11"
74           robot-options:
75             "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\
76             \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\
77             \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
78       - aluminium:
79           branch: "stable/aluminium"
80           jre: "openjdk11"
81           robot-options:
82             "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\
83             \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\
84             \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
85
86     karaf-version: netconf
87
88     install:
89       - only:
90           scope: "only"
91
92     # Features to install
93     install-features: >
94       odl-restconf,
95       odl-clustering-test-app,
96       odl-netconf-mdsal,
97       odl-netconf-topology,
98       odl-jolokia
99
100     # ODL system configuration
101     odl_system_flavor: odl-standard-8
102     controller-max-mem: "12G"
103     tools_system_flavor: odl-standard-8
104
105     # Plot Info
106     01-plot-title: "Max Devices"
107     01-plot-yaxis: "Devices"
108     01-plot-group: "Netconf Devices"
109     01-plot-data-file: "devices.csv"
110
111     build-timeout: "720"