Feat!: Remove all stable/aluminium 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       - sulfur:
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       - phosphorus:
62           branch: "stable/phosphorus"
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       - silicon:
69           branch: "stable/silicon"
70           jre: "openjdk11"
71           robot-options:
72             "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\
73             \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\
74             \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
75
76     karaf-version: netconf
77
78     install:
79       - only:
80           scope: "only"
81
82     # Features to install
83     install-features: >
84       odl-restconf,
85       odl-clustering-test-app,
86       odl-netconf-mdsal,
87       odl-netconf-topology,
88       odl-jolokia
89
90     # ODL system configuration
91     odl_system_flavor: odl-standard-8
92     controller-max-mem: "12G"
93     tools_system_flavor: odl-standard-8
94
95     # Plot Info
96     01-plot-title: "Max Devices"
97     01-plot-yaxis: "Devices"
98     01-plot-group: "Netconf Devices"
99     01-plot-data-file: "devices.csv"
100
101     build-timeout: "720"