Feat: Branch cut for stable/sulfur stream
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-switch.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-scale-switch
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: "openflowplugin"
9
10     # The functionality under test
11     functionality: "scale-switch"
12
13     # Project branches
14     stream:
15       - chlorine:
16           branch: "master"
17           jre: "openjdk11"
18       - sulfur:
19           branch: "stable/sulfur"
20           jre: "openjdk11"
21       - phosphorus:
22           branch: "stable/phosphorus"
23           jre: "openjdk11"
24       - silicon:
25           branch: "stable/silicon"
26           jre: "openjdk11"
27
28     install:
29       - only:
30           scope: "only"
31
32     # Features to install
33     install-features: >
34       odl-openflowplugin-flow-services-rest
35
36     # Robot custom options
37     robot-options: ""
38
39     # Plot Info
40     01-plot-title: "Maximum Switches Linear Topology"
41     01-plot-yaxis: "Switches"
42     01-plot-group: "Switch Scalability"
43     01-plot-data-file: "switches.csv"
44     02-plot-title: "Topology Discover Time"
45     02-plot-yaxis: "Seconds"
46     02-plot-group: "Switch Scalability"
47     02-plot-data-file: "time.csv"