Merge "Branch cut for stable/silicon stream"
[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       - userfeatures-rfc8040:
14           robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True"
15       - gate-userfeatures
16       - gate-userfeatures-rfc8040:
17           robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True"
18
19     # Project branches
20     stream:
21       - phosphorus:
22           branch: "master"
23           jre: "openjdk11"
24       - silicon:
25           branch: "stable/silicon"
26           jre: "openjdk11"
27       - aluminium:
28           branch: "stable/aluminium"
29           jre: "openjdk11"
30       - magnesium:
31           branch: "stable/magnesium"
32           jre: "openjdk11"
33
34     install:
35       - all:
36           scope: "all"
37
38     tools_system_image: "ZZCI - Ubuntu 18.04 - docker - x86_64 - 20200901-040308.994"
39
40     # Features to install
41     install-features: >
42       odl-restconf,
43       odl-netconf-mdsal,
44       odl-mdsal-apidocs,
45       odl-mdsal-model-inventory,
46       odl-clustering-test-app,
47       odl-netconf-topology
48
49     # Robot custom options
50     robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False"