Disable Lithium 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         - 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             disabled: true
25             branch: 'stable/lithium'
26             jre: 'openjdk7'
27
28     install:
29         - only:
30             scope: 'only'
31
32     # Features to install
33     install-features: 'odl-ovsdb-openstack'
34
35     # Robot custom options
36     robot-options: '-v MIN_SWITCHES:100 -v MAX_SWITCHES:500 -v STEP_SWITCHES:100'
37
38     # Trigger jobs (daily)
39     schedule: ''
40
41     # Plot Info
42     01-plot-title: 'Max number of Switches'
43     01-plot-yaxis: 'OpenFlow Switches'
44     01-plot-group: 'Inventory Scalability'
45     01-plot-data-file: 'switches.csv'