e5f5b888bd601dd307cd0fb5e78856b437a23b78
[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             branch: 'stable/lithium'
16             jre: 'openjdk7'
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: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'