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