b7abddaa92649cfcde8a34b103b497ff342309de
[releng/builder.git] / jjb / netconf / netconf-cluster-stress.yaml
1 ---
2 - project:
3     name: netconf-csit-cluster-stress
4     jobs:
5       - '{project}-csit-3node-{functionality}-{install}-{stream}'
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       - nitrogen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - carbon:
19           branch: 'stable/carbon'
20           jre: 'openjdk8'
21       - boron:
22           branch: 'stable/boron'
23           jre: 'openjdk8'
24       - beryllium:
25           branch: 'stable/beryllium'
26           jre: 'openjdk7'
27
28     install:
29       - only:
30           scope: 'only'
31       - all:
32           scope: 'all'
33
34     # Features to install
35     # odl-jolokia is added automatically just because this is a 3node job.
36     # Netconf clustered feature is installed at runtime.
37     install-features: >
38         odl-restconf,
39         odl-netconf-ssh
40
41     # Robot custom options
42     robot-options: '-v USE_NETCONF_CONNECTOR:False'