Switch the csit-verify-1node to use job prefix
[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       - inttest-csit-verify-1node
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       - nitrogen:
21           branch: 'stable/nitrogen'
22       - carbon:
23           branch: 'stable/carbon'
24           karaf-version: karaf3
25
26     install:
27       - all:
28           scope: 'all'
29
30     tools_system_image: ZZCI - Ubuntu 14.04 - gbp - 20171208-2336
31
32     # Features to install
33     install-features: >
34         odl-restconf,
35         odl-netconf-mdsal,
36         odl-mdsal-apidocs,
37         odl-clustering-test-app,
38         odl-netconf-topology
39
40     # Robot custom options
41     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'