Disable jobs for inactive projects
[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       - sodium:
17           branch: 'master'
18       - neon:
19           branch: 'stable/neon'
20       - fluorine:
21           branch: 'stable/fluorine'
22       - oxygen:
23           branch: 'stable/oxygen'
24           disable-job: true
25
26     install:
27       - only:
28           scope: 'only'
29
30     # Features to install
31     install-features: 'odl-l2switch-switch-ui'
32
33     # Robot custom options
34     robot-options: ''
35
36     # Plot Info
37     01-plot-title: 'Maximum Hosts Single Switch'
38     01-plot-yaxis: 'Hosts'
39     01-plot-group: 'Host Scalability'
40     01-plot-data-file: 'hosts.csv'
41     02-plot-title: 'Host Discover Time'
42     02-plot-yaxis: 'Seconds'
43     02-plot-group: 'Host Scalability'
44     02-plot-data-file: 'time.csv'