Feat: Branch cut for stable/sulfur 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
10     # The functionality under test
11     functionality: "bgpclustering"
12
13     # Project branches
14     stream:
15       - chlorine:
16           branch: "master"
17           jre: "openjdk11"
18       - sulfur:
19           branch: "stable/sulfur"
20           jre: "openjdk11"
21       - phosphorus:
22           branch: "stable/phosphorus"
23           jre: "openjdk11"
24       - silicon:
25           branch: "stable/silicon"
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-bgp,
38       odl-bgpcep-bgp-config-example,
39       odl-restconf-nb-bierman02
40
41     # Robot custom options:
42     robot-options: "-v USE_NETCONF_CONNECTOR:False"
43
44     # Controller configuration
45     odl_system_flavor: "v3-standard-4"