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