f4fba155bb4b015715e098d5a723a6a9fdfeedd8
[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     # Job images
23     controller-image: 'centos7-java-builder-4c-8g'
24     mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g'
25
26     # Features to install
27     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-bulk-o-matic,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch'
28
29     # Robot custom options
30     robot-options: '-v ODL_OF_PLUGIN:helium'
31
32     # Trigger jobs (daily)
33     schedule: 'H H * * *'
34
35     # Plot Info
36     01-plot-title: 'Flow Add rate'
37     01-plot-yaxis: 'flow_mods/sec'
38     01-plot-group: 'Java Performance'
39     01-plot-data-file: 'rate.csv'
40     02-plot-title: 'Flow Add time'
41     02-plot-yaxis: 'seconds'
42     02-plot-group: 'Java Performance'
43     02-plot-data-file: 'time.csv'