Daily cbench perf job. Should run for aprox 60m
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-cbench-daily-master.yaml
1 - project:
2     name: openflowplugin-csit-cbench-daily-master
3     jobs:
4         - '{project}-csit-1node-cds-{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         - master:
15             branch: 'master'
16
17     install:
18         - only:
19             scope: 'only'
20
21     # Features to install
22     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test'
23
24     # Robot custom options
25     robot-options: '-v duration_in_secs:180'
26
27     # Trigger jobs (daily)
28     triggers:
29         - timed: '@daily'
30
31     trigger-jobs: ''
32
33     # Plot Info
34     01-plot-title: 'Throughput Mode'
35     01-plot-yaxis: 'flow_mods/sec'
36     01-plot-group: 'Cbench Performance'
37     01-plot-data-file: 'throughput.csv'
38     02-plot-title: 'Latency Mode'
39     02-plot-yaxis: 'flow_mods/sec'
40     02-plot-group: 'Cbench Performance'
41     02-plot-data-file: 'latency.csv'