Merge "Make apt-get upgrade non-interactive for configuration"
[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         - beryllium:
16             branch: 'master'
17
18     install:
19         - only:
20             scope: 'only'
21         - all:
22             scope: 'all'
23
24     # Features to install
25     install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh'
26
27     # Robot custom options
28     robot-options: ''
29
30     # Trigger jobs (upstream dependencies)
31     trigger-jobs: >
32         odlparent-distribution-{stream},
33         yangtools-distribution-{stream},
34         mdsal-distribution-{stream},
35         controller-distribution-{stream},
36         netconf-distribution-{stream},
37         integration-distribution-merge-{stream}