Merge "Add a note regarding deploy maven jobs"
[releng/builder.git] / jjb / netconf / netconf-cluster-stress.yaml
1 - project:
2     name: netconf-csit-cluster-stress
3     jobs:
4         - '{project}-csit-3node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'netconf'
8
9     # The functionality under test
10     functionality: 'cluster-stress'
11
12     # Project branches
13     stream:
14         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20         - beryllium:
21             branch: 'stable/beryllium'
22             jre: 'openjdk7'
23
24     install:
25         - only:
26             scope: 'only'
27         - all:
28             scope: 'all'
29
30     # Features to install
31     # odl-jolokia is added automatically just because this is a 3node job.
32     # Netconf clustered feature is installed at runtime.
33     install-features: 'odl-netconf-ssh,odl-restconf'
34
35     # Robot custom options
36     robot-options: '-v USE_NETCONF_CONNECTOR:False'
37
38     # Trigger jobs (upstream dependencies)
39     trigger-jobs:
40         controller-distribution-{stream},
41         netconf-distribution-{stream},
42         integration-distribution-merge-{stream}