d712cf48f2a52c5bcbe5afb9023b07d4782869e8
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services-stable-helium.yaml
1 - project:
2     name: openflowplugin-csit-flow-services-stable-helium
3     jobs:
4         - '{project}-csit-1node-imds-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}-{stream}'
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         - stable-helium:
16             branch: 'stable/helium'
17
18     install:
19         - only:
20             scope: 'only'
21         - all:
22             scope: 'all'
23
24     # Features to install
25     install-features: 'odl-openflowplugin-flow-services-ui'
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}'