Add jobs for new OpenFLow REST perf test
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-restconf-perf-daily.yaml
1 - project:
2     name: openflowplugin-csit-restconf-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: 'restconf-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     # Job images
26     controller-image: 'centos7-java-builder-4c-8g'
27     mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
28
29     # Features to install
30     install-features: 'odl-openflowplugin-flow-services-ui,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch'
31
32     # Robot custom options
33     robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count:64000'
34
35     # Trigger jobs (daily)
36     schedule: 'H H * * *'
37
38     # Plot Info
39     01-plot-title: 'Flow Add rate'
40     01-plot-yaxis: 'flow_mods/sec'
41     01-plot-group: 'REST Performance'
42     01-plot-data-file: 'rate.csv'
43     02-plot-title: 'Flow Add time'
44     02-plot-yaxis: 'seconds'
45     02-plot-group: 'REST Performance'
46     02-plot-data-file: 'time.csv'