move ovsdb csit to use carbon for master and stable/boron
[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         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20         - beryllium:
21             branch: 'stable/beryllium'
22             jre: 'openjdk7'
23         - stable-lithium:
24             branch: 'stable/lithium'
25             jre: 'openjdk7'
26
27     install:
28         - only:
29             scope: 'only'
30
31     # Features to install
32     install-features: 'odl-ovsdb-openstack'
33
34     # Robot custom options
35     robot-options: '-v MIN_SWITCHES:100 -v MAX_SWITCHES:500 -v STEP_SWITCHES:100'
36
37     # Trigger jobs (daily)
38     schedule: ''
39
40     # Plot Info
41     01-plot-title: 'Max number of Switches'
42     01-plot-yaxis: 'OpenFlow Switches'
43     01-plot-group: 'Inventory Scalability'
44     01-plot-data-file: 'switches.csv'