Switch Beryllium LISP perf job to jdk8
[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         - boron:
15             branch: 'master'
16             jre: 'openjdk8'
17         - beryllium:
18             branch: 'stable/beryllium'
19             jre: 'openjdk8'
20
21     install:
22         - only:
23             scope: 'only'
24
25     # Features to install
26     install-features: 'odl-lispflowmapping-msmr'
27
28     # Robot custom options
29     robot-options: ''
30
31     # Trigger jobs (upstream dependencies)
32     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream},lispflowmapping-distribution-{stream}'
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'