9af7c48017f390ab2c054edbb644b10889b79131
[releng/builder.git] / jjb / controller / controller-csit-clustering.yaml
1 - project:
2     name: controller-csit-clustering
3     jobs:
4         - '{project}-csit-3node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-3node-{functionality}'
6
7     # The project name
8     project: 'controller'
9
10     # The functionality under test
11     functionality: 'clustering'
12
13     # Project branches
14     stream:
15         - boron:
16             branch: 'master'
17         - beryllium:
18             branch: 'stable/beryllium'
19
20     install:
21         - only:
22             scope: 'only'
23         - all:
24             scope: 'all'
25
26     # Features to install
27     install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh'
28
29     # Robot custom options
30     robot-options: ''
31
32     # Trigger jobs (upstream dependencies)
33     trigger-jobs: >
34         odlparent-distribution-{stream},
35         yangtools-distribution-{stream},
36         mdsal-distribution-{stream},
37         controller-distribution-{stream},
38         netconf-distribution-{stream},
39         integration-distribution-merge-{stream}