38e640910db075de9b54a8837abf7963998c1cc5
[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             jre: 'openjdk7'
17
18     install:
19         - only:
20             scope: 'only'
21         # Bug 4676 means -all- would fail.
22
23     # No tools system VMs needed in JCloud configuration
24     mininet-vms: 0
25
26     # Features to install
27     install-features: 'odl-restconf,odl-clustering-test-app,odl-jolokia'
28
29     # Robot custom options
30     robot-options: ''
31
32     # Trigger jobs (upstream dependencies)
33     trigger-jobs: >
34         odlparent-distribution-{stream},
35         yangtools-distribution-{stream},
36         controller-distribution-{stream},
37         integration-distribution-merge-{stream}