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