Make jobs karaf-version specific, some duplicities
[releng/builder.git] / jjb / ovsdb / ovsdb-csit-southbound.yaml
1 ---
2 - project:
3     name: ovsdb-csit-southbound
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-1node-{functionality}'
7     # The project name
8     project: 'ovsdb'
9
10     # The functionality under test
11     functionality:
12       - 'upstream-southbound'
13       - 'gate-southbound'
14
15     # Project branches
16     stream:
17       - nitrogen:
18           branch: 'master'
19           jre: 'openjdk8'
20       - carbon:
21           branch: 'stable/carbon'
22           jre: 'openjdk8'
23           karaf-version: karaf3
24       - boron:
25           branch: 'stable/boron'
26           jre: 'openjdk8'
27           karaf-version: karaf3
28       - beryllium:
29           branch: 'stable/beryllium'
30           jre: 'openjdk7'
31           karaf-version: karaf3
32
33     install:
34       - only:
35           scope: 'only'
36       - all:
37           scope: 'all'
38
39     # Mininet configuration
40     tools_system_count: 2
41
42     # Features to install
43     install-features: 'odl-ovsdb-southbound-impl-rest'
44
45     # Robot custom options
46     robot-options: ''