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