Merge "Add periodic csit job for performance testing BGP"
[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         - beryllium:
15             branch: 'master'
16
17     install:
18         - only:
19             scope: 'only'
20
21     # Features to install
22     install-features: 'odl-lispflowmapping-msmr'
23
24     # Robot custom options
25     robot-options: ''
26
27     # Trigger jobs (upstream dependencies)
28     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream},lispflowmapping-distribution-{stream}'
29
30     # Plot Info
31     01-plot-title: 'Southbound Map-Reply Rate'
32     01-plot-yaxis: 'req/sec'
33     01-plot-group: 'Performance'
34     01-plot-data-file: 'pps.csv'
35
36     02-plot-title: 'RPC mapping setup rate (for 10k IPv4-to-IPv4 mappings)'
37     02-plot-yaxis: 'req/sec'
38     02-plot-group: 'Performance'
39     02-plot-data-file: 'rpcs.csv'