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