Sodium branch cutting
[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       - sodium:
18           branch: 'stable/sodium'
19       - neon:
20           branch: 'stable/neon'
21       - fluorine:
22           branch: 'stable/fluorine'
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       - sodium:
55           branch: 'master'
56       - neon:
57           branch: 'stable/neon'
58       - fluorine:
59           branch: 'stable/fluorine'
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         decanter-collector-jmx,
73         decanter-appender-elasticsearch
74
75     # Robot custom options
76     robot-options: '-v USE_NETCONF_CONNECTOR:False'
77
78     # ODL system configuration
79     odl_system_flavor: odl-standard-8
80
81     # Plot Info
82     01-plot-title: 'Max Devices'
83     01-plot-yaxis: 'Devices'
84     01-plot-group: 'Netconf Devices'
85     01-plot-data-file: 'devices.csv'