62a1b24e3192136797c7429791ca6875c66ddb29
[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             jdk: 'openjdk7'
17
18     install:
19         - only:
20             scope: 'only'
21         - all:
22             scope: 'all'
23
24     # Features to install
25     install-features: 'odl-restconf,odl-dsbenchmark-impl'
26
27     # Robot custom options
28     robot-options: ''
29
30     # Trigger jobs (daily)
31     schedule: 'H H * * *'
32
33     # Plot Info
34     01-plot-title: 'Performance by structure'
35     01-plot-yaxis: 'Average total time [ms]'
36     01-plot-group: 'MD-SAL Data Store Performance'
37     01-plot-data-file: 'perf_per_struct.csv'
38     02-plot-title: 'Performance by operations'
39     02-plot-yaxis: 'Average total time [ms]'
40     02-plot-group: 'MD-SAL Data Store Performance'
41     02-plot-data-file: 'perf_per_ops.csv'
42