Merge "Update the branch script to set the java-version to openjdk11"
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
1 ---
2 - project:
3     name: netconf-csit-userfeatures
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality:
12       - userfeatures
13       - gate-userfeatures
14
15     # Project branches
16     stream:
17       - aluminium:
18           branch: 'master'
19           jre: 'openjdk11'
20       - magnesium:
21           branch: 'stable/magnesium'
22           jre: 'openjdk11'
23       - sodium:
24           branch: 'stable/sodium'
25       - neon:
26           branch: 'stable/neon'
27
28     install:
29       - all:
30           scope: 'all'
31
32     tools_system_image: ZZCI - Ubuntu 16.04 - docker - x86_64 - 20190614-042302.610
33
34     # Features to install
35     install-features: >
36         odl-restconf,
37         odl-netconf-mdsal,
38         odl-mdsal-apidocs,
39         odl-mdsal-model-inventory,
40         odl-clustering-test-app,
41         odl-netconf-topology
42
43     # Robot custom options
44     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'