Add job to automatically cleanup old images
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-cbench-performance.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-cbench-performance
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'cbench-performance'
12
13     # Project branches
14     stream:
15       - carbon:
16           branch: 'master'
17           jre: 'openjdk8'
18       - boron:
19           branch: 'stable/boron'
20           jre: 'openjdk8'
21
22     install:
23       - only:
24           scope: 'only'
25
26     # Features to install
27     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test'
28
29     # Robot custom options
30     robot-options: '-v throughput_threshold:20000 -v latency_threshold:5000'
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'