Branch cut for stable/aluminium stream
[releng/builder.git] / jjb / controller / controller-csit-cs-chasing-leader.yaml
1 ---
2 - project:
3     name: mdsal-csit-cluster-singleton-chasing-the-leader-longevity
4     jobs:
5       - inttest-csit-3node
6
7     # The project name
8     project: 'controller'
9
10     # The functionality under test
11     functionality: 'cs-chasing-leader-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-clustering-test-app
38
39     # Built timeout
40     build-timeout: '1500'