Merge "Add VLAN private network support to devstack"
[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         - carbon:
16             branch: 'master'
17             jre: 'openjdk8'
18         - boron:
19             branch: 'stable/boron'
20             jre: 'openjdk8'
21         - beryllium:
22             branch: 'stable/beryllium'
23             jre: 'openjdk7'
24
25     install:
26         - only:
27             scope: 'only'
28         - all:
29             scope: 'all'
30
31     # No tools system VMs needed in JCloud configuration
32     tools_system_count: 0
33
34     # Features to install
35     install-features: 'odl-restconf,odl-clustering-test-app'
36
37     # Robot custom options
38     robot-options: ''
39
40     # Trigger jobs (upstream dependencies)
41     trigger-jobs: >
42         odlparent-distribution-{stream},
43         yangtools-distribution-{stream},
44         mdsal-distribution-{stream},
45         controller-distribution-{stream},
46         netconf-distribution-{stream},
47         integration-distribution-merge-{stream}