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