Merge "Tcpmd5: distribution job added."
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services-master.yaml
1 - project:
2     name: openflowplugin-csit-flow-services-master
3     jobs:
4         - '{project}-csit-1node-imds-{functionality}-{install}-{stream}'
5         - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
6         - '{project}-csit-verify-{functionality}-{stream}'
7
8     # The project name
9     project: 'openflowplugin'
10
11     # The functionality under test
12     functionality: 'flow-services'
13
14     # Project branches
15     stream:
16         - master:
17             branch: 'master'
18
19     install:
20         - only:
21             scope: 'only'
22         - all:
23             scope: 'all'
24
25     # Features to install
26     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-adsal-compatibility,odl-nsf-all'
27
28     # Robot custom options
29     robot-options: '-v TOPO_TREE_DEPTH:5 -e adsal'
30
31     # Trigger jobs (upstream dependencies)
32     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'
33