Feat: Branch cut stable/chlorine stream
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgpclustering-longevity.yaml
1 ---
2 - project:
3     name: bgpcep-csit-bgpclustering-longevity
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-longevity"
13
14     # Set elasticsearch attribute to value 'long' for longevity jobs
15     # elasticsearch-attribute: 'long'
16
17     # Project branches
18     stream:
19       - argon:
20           branch: "master"
21       - chlorine:
22           branch: "stable/chlorine"
23       - sulfur:
24           branch: "stable/sulfur"
25           jre: "openjdk11"
26       - phosphorus:
27           branch: "stable/phosphorus"
28           jre: "openjdk11"
29
30     karaf-version: bgpcep
31
32     install:
33       - only:
34           scope: "only"
35
36     # Features to install
37     install-features: >
38       odl-restconf,
39       odl-bgpcep-bgp,
40       odl-bgpcep-bgp-config-example,
41       odl-restconf-nb-bierman02
42
43     # Built timeout
44     build-timeout: "1500"