Rework of streams/branches logic
[releng/builder.git] / jjb / l2switch / l2switch-csit-host-scalability-daily.yaml
1 - project:
2     name: l2switch-csit-host-scalability-daily
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'l2switch'
8
9     # The functionality under test
10     functionality: 'host-scalability-daily'
11
12     # Project branches
13     stream:
14         - beryllium:
15             branch: 'master'
16         - stable-lithium:
17             branch: 'stable/lithium'
18
19     install:
20         - only:
21             scope: 'only'
22
23     # Features to install
24     install-features: 'odl-l2switch-all,odl-l2switch-switch-rest'
25
26     # Robot custom options
27     robot-options: ''
28
29     # Trigger jobs (daily)
30     schedule: 'H H * * *'
31
32     # Plot Info
33     01-plot-title: 'Max number of Hosts'
34     01-plot-yaxis: 'Network Hosts'
35     01-plot-group: 'Inventory Host Scalability'
36     01-plot-data-file: 'hosts.csv'