Make jobs karaf-version specific, some duplicities
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-cbench-daily-old.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-cbench-daily-old
4     jobs:
5       - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'cbench-daily'
12
13     # Project branches
14     stream:
15       - beryllium:
16           branch: 'stable/beryllium'
17           jre: 'openjdk7'
18           karaf-version: karaf3
19
20     install:
21       - only:
22           scope: 'only'
23
24     # Features to install
25     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test'
26
27     # Robot custom options
28     robot-options: '-v duration_in_secs:180 -v throughput_threshold:20000 -v latency_threshold:5000'
29
30     # Plot Info
31     01-plot-title: 'Throughput Mode'
32     01-plot-yaxis: 'flow_mods/sec'
33     01-plot-group: 'Cbench Performance'
34     01-plot-data-file: 'throughput.csv'
35     02-plot-title: 'Latency Mode'
36     02-plot-yaxis: 'flow_mods/sec'
37     02-plot-group: 'Cbench Performance'
38     02-plot-data-file: 'latency.csv'