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