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