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