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