2f149ee613735c81b345d5ad5b516b081b08dbd9
[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         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'vtn'
9
10     # The functionality under test
11     functionality: 'manager-li'
12
13     # Project branches
14     stream:
15         - stable-lithium:
16             branch: 'stable/lithium'
17
18     install:
19         - only:
20             scope: 'only'
21         - all:
22             scope: 'all'
23
24     # Features to install
25     install-features: 'odl-vtn-manager-rest,odl-vtn-manager-neutron'
26
27     # Robot custom options
28     robot-options: ''
29
30     # Trigger jobs (upstream dependencies)
31     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'