7669c7be8a68ea287e7c6ee4d824c4ec888fb695
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-bulkomatic-perf-daily.yaml
1 - project:
2     name: openflowplugin-csit-bulkomatic-perf-daily
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         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20
21     install:
22         - only:
23             scope: 'only'
24
25     mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g'
26
27     # Features to install
28     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-bulk-o-matic,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch'
29
30     # Robot custom options
31     robot-options: '-v ODL_OF_PLUGIN:lithium'
32
33     # Trigger jobs (daily)
34     schedule: 'H H * * *'
35
36     # Plot Info
37     01-plot-title: 'Flow Add rate'
38     01-plot-yaxis: 'flow_mods/sec'
39     01-plot-group: 'Java Performance'
40     01-plot-data-file: 'rate.csv'
41     02-plot-title: 'Flow Add time'
42     02-plot-yaxis: 'seconds'
43     02-plot-group: 'Java Performance'
44     02-plot-data-file: 'time.csv'