jjb/bgpcep: Add new Beryllium projects as dependencies
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-userfeatures.yaml
1 - project:
2     name: bgpcep-csit-userfeatures
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'bgpcep'
9
10     # The functionality under test
11     functionality: 'userfeatures'
12
13     # Project branches
14     stream:
15         - beryllium:
16             branch: 'master'
17         - stable-lithium:
18             branch: 'stable/lithium'
19
20     install:
21         - only:
22             scope: 'only'
23         - all:
24             scope: 'all'
25
26     # Features to install
27     # *-all is for Lithium and Beryllium, without -all is for Lithium and Boron.
28     install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all'
29
30     # Robot custom options
31     robot-options: ''
32
33     # Trigger jobs (upstream dependencies)
34     # Netconf is there for run-time re-configuration.
35     # AAA could also be a dependency, but probability of breakage is too low to trigger everytime.
36     trigger-jobs: >
37         odlparent-distribution-{stream},
38         yangtools-distribution-{stream},
39         controller-distribution-{stream},
40         mdsal-distribution-{stream},
41         netconf-distribution-{stream},
42         tcpmd5-distribution-{stream},
43         bgpcep-distribution-{stream}