Feat: Branch cut stable/argon 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       - potassium:
19           branch: "master"
20       - argon:
21           branch: "stable/argon"
22       - chlorine:
23           branch: "stable/chlorine"
24       - sulfur:
25           branch: "stable/sulfur"
26           jre: "openjdk11"
27
28     karaf-version: bgpcep
29
30     install:
31       - all:
32           scope: "all"
33
34     # Features to install
35     install-features: >
36       odl-restconf,
37       odl-bgpcep-pcep,
38       odl-bgpcep-bgp,
39       odl-bgpcep-bgp-config-example,
40       odl-bgpcep-bmp,
41       odl-bgpcep-bmp-config-example,
42       odl-jolokia,
43       odl-restconf-nb-bierman02
44
45     # Robot custom options
46     robot-options: "-v USE_NETCONF_CONNECTOR:False"