Disable Lithium jobs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services-old.yaml
1 - project:
2     name: openflowplugin-csit-flow-services-old
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'flow-services'
12
13     # Project branches
14     stream:
15         - beryllium:
16             branch: 'stable/beryllium'
17             jre: 'openjdk7'
18         - stable-lithium:
19             disabled: true
20             branch: 'stable/lithium'
21             jre: 'openjdk7'
22
23     install:
24         - only:
25             scope: 'only'
26         - all:
27             scope: 'all'
28
29     # Features to install
30     install-features: 'odl-openflowplugin-flow-services-ui'
31
32     # Robot custom options
33     robot-options: ''
34
35     # Trigger jobs (upstream dependencies)
36     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'