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