Merge "BGPCEP jobs: Support Lithium in *-python and *-csit templates"
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-userfeatures.yaml
1 - project:
2     name: bgpcep-csit-userfeatures
3     jobs:
4         - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'bgpcep'
8
9     # The functionality under test
10     functionality: 'userfeatures'
11
12     # Project branches
13     stream:
14         - master:
15             branch: 'master'
16         - stable-lithium:
17             branch: 'stable/lithium'
18
19     install:
20         - only:
21             scope: 'only'
22         - all:
23             scope: 'all'
24
25     # Features to install
26     install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-netconf-connector-all'
27
28     # Robot custom options
29     robot-options: ''
30
31     # Trigger jobs (upstream dependencies)
32     trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},bgpcep-distribution-{stream}'