Merge "Add job to automatically cleanup old images"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-scale-stats-collection-daily
4     jobs:
5       - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality:
12       - scale-stats-collection-daily
13       - gate-scale-stats-collection-daily
14
15     # Project branches
16     stream:
17       - carbon:
18           branch: 'master'
19           jre: 'openjdk8'
20       - boron:
21           branch: 'stable/boron'
22           jre: 'openjdk8'
23
24     install:
25       - only:
26           scope: 'only'
27
28     # Features to install
29     install-features: 'odl-openflowplugin-flow-services-ui'
30
31     # Robot custom options
32     robot-options: '-v flnr:50000'
33
34     # Plot Info
35     01-plot-title: 'Flows (100k) Setup Time'
36     01-plot-yaxis: '[s]'
37     01-plot-group: 'Config Performance'
38     01-plot-data-file: 'flows_setup_time.csv'
39
40     02-plot-title: 'REST setup rate (for 100k flows)'
41     02-plot-yaxis: 'setup time[s], req[flows/s]'
42     02-plot-group: 'Performance Rate'
43     02-plot-data-file: 'flows_install_rate.csv'