Add job to automatically cleanup old images
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-config-performance-old.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-config-performance-old
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'config-performance'
12
13     # Project branches
14     stream:
15       - beryllium:
16           branch: 'stable/beryllium'
17           jre: 'openjdk7'
18
19     install:
20       - only:
21           scope: 'only'
22
23     # Features to install
24     install-features: 'odl-openflowplugin-flow-services-ui'
25
26     # Robot custom options
27     robot-options: ''
28
29     # Plot Info
30     01-plot-title: 'Flow REST API Rate'
31     01-plot-yaxis: 'http_req/sec'
32     01-plot-group: 'Flow Config Performance'
33     01-plot-data-file: 'rates.csv'
34     02-plot-title: 'Flow Stats Collect Time'
35     02-plot-yaxis: 'seconds'
36     02-plot-group: 'Stats Collect Performance'
37     02-plot-data-file: 'times.csv'