Make Java version for CSIT jobs configurable
[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             jdk: 'openjdk7'
17
18     install:
19         - only:
20             scope: 'only'
21         # Bug 4676 means -all- would fail.
22
23     # Features to install
24     install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh'
25
26     # Robot custom options
27     robot-options: ''
28
29     # Trigger jobs (upstream dependencies)
30     trigger-jobs: >
31         odlparent-distribution-{stream},
32         yangtools-distribution-{stream},
33         controller-distribution-{stream},
34         integration-distribution-merge-{stream}