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