Merge "Add csit "userfeatures" job for Distribution"
[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         - boron:
15             branch: 'master'
16             jre: 'openjdk8'
17
18     # TODO: Add Beryllium when everything is backported there.
19
20     install:
21         - only:
22             scope: 'only'
23         - all:
24             scope: 'all'
25
26     # Features to install
27     install-features: 'odl-restconf,odl-distribution-version,odl-netconf-connector-all'
28
29     # Robot custom options
30     robot-options: ''
31
32     # Trigger jobs (upstream dependencies)
33     trigger-jobs: >
34         odlparent-distribution-{stream},
35         controller-distribution-{stream},
36         netconf-distribution-{stream}