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