Purge ODL Sodium jobs from builder
[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       - silicon:
16           branch: "master"
17           jre: "openjdk11"
18       - aluminium:
19           branch: "stable/aluminium"
20           jre: "openjdk11"
21       - magnesium:
22           branch: "stable/magnesium"
23           jre: "openjdk11"
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       - aluminium:
56           branch: "master"
57           jre: "openjdk11"
58           robot-options:
59             "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
60             -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
61             -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
62       - magnesium:
63           branch: "stable/magnesium"
64           jre: "openjdk11"
65           robot-options:
66             "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
67             -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
68             -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
69
70     install:
71       - only:
72           scope: "only"
73
74     # Features to install
75     install-features: >
76       odl-restconf,
77       odl-clustering-test-app,
78       odl-netconf-mdsal,
79       odl-netconf-topology,
80       odl-jolokia
81
82     # ODL system configuration
83     odl_system_flavor: odl-standard-8
84     controller-max-mem: "12G"
85     tools_system_flavor: odl-standard-8
86
87     # Plot Info
88     01-plot-title: "Max Devices"
89     01-plot-yaxis: "Devices"
90     01-plot-group: "Netconf Devices"
91     01-plot-data-file: "devices.csv"