119b4c93afc73d7bd1dd1f0746b3b0a8de174800
[releng/builder.git] / jjb / controller / controller-csit-periodic-dsbenchmark.yaml
1 - project:
2     name: mdsal-csit-periodic-dsbenchmark
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: 'controller'
9
10     # The functionality under test
11     functionality: 'benchmark'
12
13     # Project branches
14     stream:
15         - carbon:
16             branch: 'master'
17             jre: 'openjdk8'
18         - boron:
19             branch: 'stable/boron'
20             jre: 'openjdk8'
21         - beryllium:
22             branch: 'stable/beryllium'
23             jre: 'openjdk7'
24
25     install:
26         - only:
27             scope: 'only'
28         - all:
29             scope: 'all'
30
31     # Features to install
32     install-features: 'odl-restconf,odl-mdsal-benchmark'
33
34     # Robot custom options
35     robot-options: ''
36
37     # Trigger jobs (daily)
38     schedule: 'H H * * *'
39
40     # ODL system image to use
41     # The job uses scriptplan to set heap to 4GB, so 4GB RAM is not enough.
42     controller-image: 'centos7-java-builder-2c-8g'
43
44     # Plot Info
45     01-plot-title: 'Performance by structure'
46     01-plot-yaxis: 'Average total time [ms]'
47     01-plot-group: 'MD-SAL Data Store Performance'
48     01-plot-data-file: 'perf_per_struct.csv'
49     02-plot-title: 'Performance by operations'
50     02-plot-yaxis: 'Average total time [ms]'
51     02-plot-group: 'MD-SAL Data Store Performance'
52     02-plot-data-file: 'perf_per_ops.csv'