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