Merge "Disable Lithium jobs"
[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         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20         - beryllium:
21             branch: 'stable/beryllium'
22             jre: 'openjdk7'
23         - stable-lithium:
24             disabled: true
25             branch: 'stable/lithium'
26             jre: 'openjdk7'
27
28     install:
29         - only:
30             scope: 'only'
31
32     # Features to install
33     install-features: 'odl-l2switch-all,odl-l2switch-switch-rest'
34
35     # Robot custom options
36     robot-options: ''
37
38     # Trigger jobs (daily)
39     schedule: 'H H * * *'
40
41     # Plot Info
42     01-plot-title: 'Max number of Hosts'
43     01-plot-yaxis: 'Network Hosts'
44     01-plot-group: 'Inventory Host Scalability'
45     01-plot-data-file: 'hosts.csv'