Branch cut for stable/aluminium 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
10     # The functionality under test
11     functionality: 'bgpclustering-longevity'
12
13     # Set elasticsearch attribute to value 'long' for longevity jobs
14     #elasticsearch-attribute: 'long'
15
16     # Project branches
17     stream:
18       - silicon:
19           branch: 'master'
20           jre: 'openjdk11'
21       - aluminium:
22           branch: 'stable/aluminium'
23           jre: 'openjdk11'
24       - magnesium:
25           branch: 'stable/magnesium'
26           jre: 'openjdk11'
27       - sodium:
28           branch: 'stable/sodium'
29
30     install:
31       - only:
32           scope: 'only'
33
34     # Features to install
35     install-features: >
36         odl-restconf-noauth,
37         odl-bgpcep-bgp,
38         odl-bgpcep-bgp-config-example
39
40     # Built timeout
41     build-timeout: '1500'