Make jobs karaf-version specific, some duplicities
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-restconf-clustering-perf-daily-old.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-restconf-clustering-perf-daily-old
4     jobs:
5       - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'restconf-clustering-perf-daily'
12
13     # Project branches
14     stream:
15       - beryllium:
16           branch: 'stable/beryllium'
17           jre: 'openjdk8'
18           karaf-version: karaf3
19
20     install:
21       - only:
22           scope: 'only'
23
24     # Job images
25     odl_system_flavor: 8 GB General Purpose v1
26
27     # Features to install
28     install-features: >
29         odl-openflowplugin-flow-services-ui,
30         odl-jolokia,
31         decanter-collector-jmx,
32         decanter-appender-elasticsearch
33
34     # Robot custom options
35     robot-options: '-v ODL_OF_PLUGIN:helium -v oper_ds_timeout:1000 -v switch_count:32 -v flow_count:64000'
36
37     # Plot Info
38     01-plot-title: 'Flow Add rate'
39     01-plot-yaxis: 'flow_mods/sec'
40     01-plot-group: 'REST Performance'
41     01-plot-data-file: 'rate.csv'
42     02-plot-title: 'Flow Add time'
43     02-plot-yaxis: 'seconds'
44     02-plot-group: 'REST Performance'
45     02-plot-data-file: 'time.csv'