58a5c711e82ad6e873c99e0082c6c64b235af4a6
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services-lithium.yaml
1 - project:
2     name: openflowplugin-csit-flow-services-lithium
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: 'flow-services'
11
12     # Project branches
13     stream:
14         - stable-lithium:
15             branch: 'stable/lithium'
16
17     install:
18         - only:
19             scope: 'only'
20         - all:
21             scope: 'all'
22
23     # Features to install
24     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-adsal-compatibility,odl-nsf-all'
25
26     # Robot custom options
27     robot-options: ''
28
29     # Trigger jobs (upstream dependencies)
30     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'