Branch cut for stable/aluminium 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       - 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: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
61                           -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
62                           -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
63       - magnesium:
64           branch: 'stable/magnesium'
65           jre: 'openjdk11'
66           robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
67                           -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
68                           -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
69       - sodium:
70           branch: 'stable/sodium'
71           robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:10
72                           -v MAX_DEVICE_COUNT:500 -v DEVICE_INCREMENT:25 -v TESTTOOL_BOOT_TIMEOUT:600s
73                           -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*'
74
75     install:
76       - only:
77           scope: 'only'
78
79     # Features to install
80     install-features: >
81         odl-restconf,
82         odl-clustering-test-app,
83         odl-netconf-mdsal,
84         odl-netconf-topology,
85         odl-jolokia
86
87     # ODL system configuration
88     odl_system_flavor: odl-standard-8
89     controller-max-mem: '12G'
90     tools_system_flavor: odl-standard-8
91
92     # Plot Info
93     01-plot-title: 'Max Devices'
94     01-plot-yaxis: 'Devices'
95     01-plot-group: 'Netconf Devices'
96     01-plot-data-file: 'devices.csv'