61e3b8f6d1d531894cd1194ae937bf4ca1b37277
[releng/builder.git] / jjb / mdsal / mdsal-csit-periodic-dsbenchmark-lithium.yaml
1 - project:
2     name: mdsal-csit-periodic-dsbenchmark-lithium
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         - stable-lithium:
15             branch: 'stable/lithium'
16
17     install:
18         - only:
19             scope: 'only'
20         - all:
21             scope: 'all'
22
23     # Features to install
24     install-features: 'odl-restconf,odl-dsbenchmark-impl'
25
26     # Robot custom options
27     robot-options: ''
28
29     # Trigger jobs (daily)
30     schedule: 'H H * * *'
31
32     # Plot Info
33     01-plot-title: 'Performance by structure'
34     01-plot-yaxis: 'Average total time [ms]'
35     01-plot-group: 'MD-SAL Data Store Performance'
36     01-plot-data-file: 'perf_per_struct.csv'
37     02-plot-title: 'Performance by operations'
38     02-plot-yaxis: 'Average total time [ms]'
39     02-plot-group: 'MD-SAL Data Store Performance'
40     02-plot-data-file: 'perf_per_ops.csv'
41