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