Create Carbon jobs for csit
[releng/builder.git] / jjb / integration / distribution / distribution-csit-userfeatures.yaml
1 - project:
2     name: distribution-csit-userfeatures
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'distribution'
8
9     # The functionality under test
10     functionality: 'userfeatures'
11
12     # Project branches
13     stream:
14         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20
21     # TODO: Add Beryllium when everything is backported there.
22
23     install:
24         - only:
25             scope: 'only'
26         - all:
27             scope: 'all'
28
29     # Features to install
30     install-features: 'odl-restconf,odl-distribution-version,odl-netconf-connector-all'
31
32     # Robot custom options
33     robot-options: ''
34
35     # Trigger jobs (upstream dependencies)
36     trigger-jobs: >
37         odlparent-distribution-{stream},
38         controller-distribution-{stream},
39         netconf-distribution-{stream}