add support for JVM monitoring
[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       - magnesium:
16           branch: 'master'
17           jre: 'openjdk11'
18       - sodium:
19           branch: 'stable/sodium'
20       - neon:
21           branch: 'stable/neon'
22
23     install:
24       - only:
25           scope: 'only'
26
27     # Features to install
28     install-features: >
29         odl-restconf,
30         odl-clustering-test-app,
31         odl-netconf-mdsal,
32         odl-netconf-topology
33
34     # Robot custom options
35     robot-options: '-v USE_NETCONF_CONNECTOR:False'
36
37     # ODL system configuration
38     odl_system_flavor: odl-standard-4
39
40 - project:
41     name: netconf-csit-scale-max-devices
42     jobs:
43       - inttest-csit-1node
44
45     # The project name
46     project: 'netconf'
47
48     # The functionality under test
49     functionality: 'scale-max-devices'
50
51     # Project branches
52     stream:
53       - magnesium:
54           branch: 'master'
55           jre: 'openjdk11'
56       - sodium:
57           branch: 'stable/sodium'
58       - neon:
59           branch: 'stable/neon'
60
61     install:
62       - only:
63           scope: 'only'
64
65     # Features to install
66     install-features: >
67         odl-restconf,
68         odl-clustering-test-app,
69         odl-netconf-mdsal,
70         odl-netconf-topology,
71         odl-jolokia
72
73     # Robot custom options
74     robot-options: '-v USE_NETCONF_CONNECTOR:False'
75
76     # ODL system configuration
77     odl_system_flavor: odl-standard-8
78
79     # Plot Info
80     01-plot-title: 'Max Devices'
81     01-plot-yaxis: 'Devices'
82     01-plot-group: 'Netconf Devices'
83     01-plot-data-file: 'devices.csv'