Feat: Branch cut stable/chlorine stream
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-userfeatures.yaml
1 ---
2 - project:
3     name: bgpcep-csit-userfeatures
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: "bgpcep"
9     jre: "openjdk17"
10
11     # The functionality under test
12     functionality:
13       - userfeatures
14       - gate-userfeatures
15
16     # Project branches
17     stream:
18       - argon:
19           branch: "master"
20       - chlorine:
21           branch: "stable/chlorine"
22       - sulfur:
23           branch: "stable/sulfur"
24           jre: "openjdk11"
25       - phosphorus:
26           branch: "stable/phosphorus"
27           jre: "openjdk11"
28
29     karaf-version: bgpcep
30
31     install:
32       - all:
33           scope: "all"
34
35     # Features to install
36     install-features: >
37       odl-restconf,
38       odl-bgpcep-pcep,
39       odl-bgpcep-bgp,
40       odl-bgpcep-bgp-config-example,
41       odl-bgpcep-bmp,
42       odl-bgpcep-bmp-config-example,
43       odl-jolokia,
44       odl-restconf-nb-bierman02
45
46     # Robot custom options
47     robot-options: "-v USE_NETCONF_CONNECTOR:False"