Make testplan more configurable
[releng/builder.git] / jjb / ovsdb / ovsdb-csit-clustering.yaml
1 ---
2 - project:
3     name: ovsdb-csit-clustering
4     jobs:
5       - '{project}-csit-3node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-3node-{functionality}'
7     # The project name
8     project: 'ovsdb'
9
10     testplan: 'ovsdb-clustering.txt'
11
12     # The functionality under test
13     functionality:
14       - 'upstream-clustering'
15       - 'gate-clustering'
16
17     # Project branches
18     stream:
19       - carbon:
20           branch: 'master'
21           jre: 'openjdk8'
22       - boron:
23           branch: 'stable/boron'
24           jre: 'openjdk8'
25       - beryllium:
26           branch: 'stable/beryllium'
27           jre: 'openjdk7'
28
29     install:
30       - only:
31           scope: 'only'
32
33     # Features to install
34     install-features: 'odl-ovsdb-southbound-impl-rest,decanter-collector-jmx,decanter-appender-elasticsearch'
35
36     # Robot custom options
37     robot-options: ''