263893758a4e2f508c26277c31f1d4a54587067e
[releng/builder.git] / jjb / mdsal / mdsal-csit-periodic-dsbenchmark.yaml
1 - project:
2     name: mdsal-csit-periodic-dsbenchmark-beryllium
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5         - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'mdsal'
9
10     # The functionality under test
11     functionality: 'dsbenchmark'
12
13     # Project branches
14     stream:
15         - boron:
16             branch: 'master'
17             jre: 'openjdk8'
18         - beryllium:
19             branch: 'stable/beryllium'
20             jre: 'openjdk7'
21
22     install:
23         - only:
24             scope: 'only'
25         - all:
26             scope: 'all'
27
28     # Features to install
29     install-features: 'odl-restconf,odl-mdsal-benchmark'
30
31     # Robot custom options
32     robot-options: ''
33
34     # Trigger jobs (daily)
35     schedule: 'H H * * *'
36
37     # Plot Info
38     01-plot-title: 'Performance by structure'
39     01-plot-yaxis: 'Average total time [ms]'
40     01-plot-group: 'MD-SAL Data Store Performance'
41     01-plot-data-file: 'perf_per_struct.csv'
42     02-plot-title: 'Performance by operations'
43     02-plot-yaxis: 'Average total time [ms]'
44     02-plot-group: 'MD-SAL Data Store Performance'
45     02-plot-data-file: 'perf_per_ops.csv'