Add new gate jobs for netconf and bgp
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-userfeatures.yaml
1 ---
2 - project:
3     name: bgpcep-csit-userfeatures
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-1node-{functionality}'
7
8     # The project name
9     project: 'bgpcep'
10
11     # The functionality under test
12     functionality:
13       - userfeatures
14       - gate-userfeatures
15
16     # Project branches
17     stream:
18       - nitrogen:
19           branch: 'master'
20           jre: 'openjdk8'
21       - carbon:
22           branch: 'stable/carbon'
23           jre: 'openjdk8'
24           karaf-version: karaf3
25       - boron:
26           branch: 'stable/boron'
27           jre: 'openjdk8'
28           karaf-version: karaf3
29           install-features: >
30               odl-restconf,
31               odl-bgpcep-pcep-all,
32               odl-bgpcep-bgp-all,
33               odl-bgpcep-bgp,
34               odl-bgpcep-pcep,
35               odl-netconf-connector-all,
36               odl-bgpcep-bmp,
37               odl-jolokia
38           robot-options: '-v USE_NETCONF_CONNECTOR:True'
39
40     install:
41       - only:
42           scope: 'only'
43       - all:
44           scope: 'all'
45
46     # Features to install
47     # *-all is for Beryllium and Boron, without -all is for Boron and Carbon.
48     install-features: >
49         odl-restconf,
50         odl-bgpcep-pcep,
51         odl-bgpcep-bgp,
52         odl-bgpcep-bmp,
53         odl-jolokia
54
55     # Robot custom options
56     robot-options: '-v USE_NETCONF_CONNECTOR:False'