Merge "Add job to update auto update CSIT Tests"
[releng/builder.git] / jjb / lispflowmapping / lispflowmapping-csit-performance.yaml
1 - project:
2     name: lispflowmapping-csit-performance
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'lispflowmapping'
8
9     # The functionality under test
10     functionality: 'performance'
11
12     # Project branches
13     stream:
14         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20         - beryllium:
21             branch: 'stable/beryllium'
22             jre: 'openjdk8'
23
24     install:
25         - only:
26             scope: 'only'
27
28     # Features to install
29     install-features: 'odl-lispflowmapping-msmr'
30
31     # Robot custom options
32     robot-options: ''
33
34     # Plot Info
35     01-plot-title: 'Southbound Map-Reply Rate'
36     01-plot-yaxis: 'req/sec'
37     01-plot-group: 'Performance'
38     01-plot-data-file: 'pps.csv'
39
40     02-plot-title: 'RPC mapping setup rate (for 10k IPv4-to-IPv4 mappings)'
41     02-plot-yaxis: 'req/sec'
42     02-plot-group: 'Performance'
43     02-plot-data-file: 'rpcs.csv'