Remove nitrogen branches in projects
[releng/builder.git] / jjb / netconf / netconf-cluster-stress.yaml
1 ---
2 - project:
3     name: netconf-csit-cluster-stress
4     jobs:
5       - inttest-csit-3node
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality: 'cluster-stress'
12
13     # Project branches
14     stream:
15       - fluorine:
16           branch: 'master'
17       - oxygen:
18           branch: 'stable/oxygen'
19
20     install:
21       - all:
22           scope: 'all'
23
24     # Features to install
25     install-features: >
26         odl-restconf,
27         odl-jolokia,
28         odl-netconf-clustered-topology
29
30     # Robot custom options
31     # TODO: Make sure every suite has this as default, then remove this value from here.
32     robot-options: '-v USE_NETCONF_CONNECTOR:False'