37033e5df96c022113324c19515eaa4667849443
[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         - boron:
16             branch: 'master'
17         - beryllium:
18             branch: 'stable/beryllium'
19         - stable-lithium:
20             branch: 'stable/lithium'
21
22     install:
23         - only:
24             scope: 'only'
25         - all:
26             scope: 'all'
27
28     # Features to install
29     # *-all is for Lithium and Beryllium, without -all is for Lithium and Boron.
30     install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all'
31
32     # Robot custom options
33     robot-options: ''
34
35     # Trigger jobs (upstream dependencies)
36     # Netconf is there for run-time re-configuration.
37     # AAA could also be a dependency, but probability of breakage is too low to trigger everytime.
38     trigger-jobs: >
39         odlparent-distribution-{stream},
40         yangtools-distribution-{stream},
41         controller-distribution-{stream},
42         mdsal-distribution-{stream},
43         netconf-distribution-{stream},
44         tcpmd5-distribution-{stream},
45         bgpcep-distribution-{stream}