Merge "Do not pinpoint version of elasticsearch*"
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
1 - project:
2     name: netconf-csit-userfeatures
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality: 'userfeatures'
12
13     # Project branches
14     stream:
15         - carbon:
16             branch: 'master'
17             jre: 'openjdk8'
18         - boron:
19             branch: 'stable/boron'
20             jre: 'openjdk8'
21             install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all,odl-netconf-topology'
22             robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
23         - beryllium:
24             branch: 'stable/beryllium'
25             jre: 'openjdk7'
26             install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all,odl-netconf-topology'
27             robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
28
29     install:
30         - only:
31             scope: 'only'
32         - all:
33             scope: 'all'
34
35     # Features to install
36     install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-topology'
37
38     # Robot custom options
39     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'