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