Merge "Add example GERRIT_REFSPEC to Jenkins UI docs"
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
1 ---
2 - project:
3     name: netconf-csit-userfeatures
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-1node-{functionality}'
7
8     # The project name
9     project: 'netconf'
10
11     # The functionality under test
12     functionality:
13       - userfeatures
14       - gate-userfeatures
15
16     # Project branches
17     stream:
18       - oxygen:
19           branch: 'master'
20           jre: 'openjdk8'
21       - nitrogen:
22           branch: 'stable/nitrogen'
23           jre: 'openjdk8'
24       - carbon:
25           branch: 'stable/carbon'
26           jre: 'openjdk8'
27           karaf-version: karaf3
28       - boron:
29           branch: 'stable/boron'
30           jre: 'openjdk8'
31           karaf-version: karaf3
32           install-features: >
33               odl-restconf,
34               odl-netconf-mdsal,
35               odl-mdsal-apidocs,
36               odl-clustering-test-app,
37               odl-netconf-connector-all,
38               odl-netconf-topology
39           robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
40
41     install:
42       - only:
43           scope: 'only'
44       - all:
45           scope: 'all'
46
47     # Features to install
48     install-features: >
49         odl-restconf,
50         odl-netconf-mdsal,
51         odl-mdsal-apidocs,
52         odl-clustering-test-app,
53         odl-netconf-topology
54
55     # Robot custom options
56     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'