Merge "Use dynamic_verify for integration deploy jobs"
[releng/builder.git] / jjb / ovsdb / ovsdb-csit-scalability-daily.yaml
1 - project:
2     name: ovsdb-csit-scalability-daily
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'ovsdb'
8
9     # The functionality under test
10     functionality: 'scalability-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-ovsdb-openstack'
25
26     # Robot custom options
27     robot-options: '-v MIN_SWITCHES:100 -v MAX_SWITCHES:500 -v STEP_SWITCHES:100'
28
29     # Trigger jobs (daily)
30     schedule: 'H H * * *'
31
32     # Plot Info
33     01-plot-title: 'Max number of Switches'
34     01-plot-yaxis: 'OpenFlow Switches'
35     01-plot-group: 'Inventory Scalability'
36     01-plot-data-file: 'switches.csv'