Disable Lithium jobs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-config-performance-old.yaml
1 - project:
2     name: openflowplugin-csit-config-performance-old
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'openflowplugin'
8
9     # The functionality under test
10     functionality: 'config-performance'
11
12     # Project branches
13     stream:
14         - beryllium:
15             branch: 'stable/beryllium'
16             jre: 'openjdk7'
17         - stable-lithium:
18             disabled: true
19             branch: 'stable/lithium'
20             jre: 'openjdk7'
21
22     install:
23         - only:
24             scope: 'only'
25
26     # Features to install
27     install-features: 'odl-openflowplugin-flow-services-ui'
28
29     # Robot custom options
30     robot-options: ''
31
32     # Trigger jobs (upstream dependencies)
33     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'
34
35     # Plot Info
36     01-plot-title: 'Flow REST API Rate'
37     01-plot-yaxis: 'http_req/sec'
38     01-plot-group: 'Flow Config Performance'
39     01-plot-data-file: 'rates.csv'
40     02-plot-title: 'Flow Stats Collect Time'
41     02-plot-yaxis: 'seconds'
42     02-plot-group: 'Stats Collect Performance'
43     02-plot-data-file: 'times.csv'
44