Merge "New mininet VM for OVS 2.5.0"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-bulkomatic-perf-daily-old.yaml
1 - project:
2     name: openflowplugin-csit-bulkomatic-perf-daily-old
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'openflowplugin'
8
9     # The functionality under test
10     functionality: 'bulkomatic-perf-daily'
11
12     # Project branches
13     stream:
14         - beryllium:
15             branch: 'stable/beryllium'
16             jre: 'openjdk8'
17
18     install:
19         - only:
20             scope: 'only'
21
22     mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g'
23
24     # Features to install
25     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-bulk-o-matic,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch'
26
27     # Robot custom options
28     robot-options: '-v ODL_OF_PLUGIN:helium'
29
30     # Trigger jobs (daily)
31     schedule: 'H H * * *'
32
33     # Plot Info
34     01-plot-title: 'Flow Add rate'
35     01-plot-yaxis: 'flow_mods/sec'
36     01-plot-group: 'Java Performance'
37     01-plot-data-file: 'rate.csv'
38     02-plot-title: 'Flow Add time'
39     02-plot-yaxis: 'seconds'
40     02-plot-group: 'Java Performance'
41     02-plot-data-file: 'time.csv'