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