Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / lispflowmapping / lispflowmapping-csit-performance.yaml
1 ---
2 - project:
3     name: lispflowmapping-csit-performance
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'lispflowmapping'
9
10     # The functionality under test
11     functionality: 'performance'
12
13     # Project branches
14     stream:
15       - neon:
16           branch: 'master'
17       - fluorine:
18           branch: 'stable/fluorine'
19       - oxygen:
20           branch: 'stable/oxygen'
21
22     install:
23       - only:
24           scope: 'only'
25
26     # Job instance type
27     odl_system_flavor: 'odl-highcpu-8'
28
29     # Features to install
30     install-features: 'odl-lispflowmapping-msmr'
31
32     # Robot custom options
33     robot-options: ''
34
35     # Plot Info
36     01-plot-title: 'Southbound Map-Reply Rate'
37     01-plot-yaxis: 'req/sec'
38     01-plot-group: 'Performance'
39     01-plot-data-file: 'pps.csv'
40
41     02-plot-title: 'RPC mapping setup rate (for 10k IPv4-to-IPv4 mappings)'
42     02-plot-yaxis: 'req/sec'
43     02-plot-group: 'Performance'
44     02-plot-data-file: 'rpcs.csv'