Merge "Update releng/global-jjb repository information"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-bulkomatic-clustering-perf-daily-old.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-bulkomatic-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: 'bulkomatic-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-openflowplugin-app-bulk-o-matic,
31         odl-jolokia,
32         decanter-collector-jmx,
33         decanter-appender-elasticsearch
34
35     # Robot custom options
36     robot-options: '-v ODL_OF_PLUGIN:helium -v oper_ds_timeout:1000 -v switch_count:32 -v flow_count_per_switch:2000'
37
38     # Plot Info
39     01-plot-title: 'Flow Add rate'
40     01-plot-yaxis: 'flow_mods/sec'
41     01-plot-group: 'Java Performance'
42     01-plot-data-file: 'rate.csv'
43     02-plot-title: 'Flow Add time'
44     02-plot-yaxis: 'seconds'
45     02-plot-group: 'Java Performance'
46     02-plot-data-file: 'time.csv'