Merge "Chore: Update common-packer to the latest v0.9.3"
[releng/builder.git] / jjb / l2switch / l2switch-csit-host-scalability-daily.yaml
1 ---
2 - project:
3     name: l2switch-csit-host-scalability-daily
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: "l2switch"
9     disable-job: true
10
11     # The functionality under test
12     functionality: "host-scalability-daily"
13
14     # Project branches
15     stream:
16       - sulfur:
17           branch: "master"
18           jre: "openjdk11"
19       - phosphorus:
20           branch: "stable/phosphorus"
21           jre: "openjdk11"
22       - silicon:
23           branch: "stable/silicon"
24           jre: "openjdk11"
25       - aluminium:
26           branch: "stable/aluminium"
27           jre: "openjdk11"
28
29     install:
30       - only:
31           scope: "only"
32
33     # Features to install
34     install-features: "odl-l2switch-switch-ui"
35
36     # Robot custom options
37     robot-options: ""
38
39     # Plot Info
40     01-plot-title: "Maximum Hosts Single Switch"
41     01-plot-yaxis: "Hosts"
42     01-plot-group: "Host Scalability"
43     01-plot-data-file: "hosts.csv"
44     02-plot-title: "Host Discover Time"
45     02-plot-yaxis: "Seconds"
46     02-plot-group: "Host Scalability"
47     02-plot-data-file: "time.csv"