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