Create Carbon jobs for csit
[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             branch: 'stable/lithium'
25             jre: 'openjdk7'
26
27     install:
28         - only:
29             scope: 'only'
30
31     # Features to install
32     install-features: 'odl-l2switch-all,odl-l2switch-switch-rest'
33
34     # Robot custom options
35     robot-options: ''
36
37     # Trigger jobs (daily)
38     schedule: 'H H * * *'
39
40     # Plot Info
41     01-plot-title: 'Max number of Hosts'
42     01-plot-yaxis: 'Network Hosts'
43     01-plot-group: 'Inventory Host Scalability'
44     01-plot-data-file: 'hosts.csv'