Merge "Jenkins Job Setup For SFC Clustering"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-cbench-daily.yaml
1 - project:
2     name: openflowplugin-csit-cbench-daily
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'openflowplugin'
8
9     # The functionality under test
10     functionality: 'cbench-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-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test'
25
26     # Robot custom options
27     robot-options: '-v duration_in_secs:180'
28
29     # Trigger jobs (daily)
30     schedule: 'H H * * *'
31
32     # Plot Info
33     01-plot-title: 'Throughput Mode'
34     01-plot-yaxis: 'flow_mods/sec'
35     01-plot-group: 'Cbench Performance'
36     01-plot-data-file: 'throughput.csv'
37     02-plot-title: 'Latency Mode'
38     02-plot-yaxis: 'flow_mods/sec'
39     02-plot-group: 'Cbench Performance'
40     02-plot-data-file: 'latency.csv'