Merge "Fix yamllint for bgpcep"
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgpclustering.yaml
1 ---
2 - project:
3     name: bgpcep-csit-bgpclustering
4     jobs:
5       - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'bgpcep'
9
10     # The functionality under test
11     functionality: 'bgpclustering'
12
13     # Project branches
14     stream:
15       - carbon:
16           branch: 'master'
17           jre: 'openjdk8'
18       - boron:
19           branch: 'stable/boron'
20           jre: 'openjdk8'
21           install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology'
22       - beryllium:
23           branch: 'stable/beryllium'
24           jre: 'openjdk7'
25           install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology'
26
27     install:
28       - only:
29           scope: 'only'
30       - all:
31           scope: 'all'
32
33     # Features to install
34     install-features: 'odl-restconf,odl-bgpcep-bgp,odl-netconf-clustered-topology'
35
36     # Robot custom options:
37     robot-options: '-v USE_NETCONF_CONNECTOR:False'
38
39     # Controller configuration
40     odl_system_flavor: '8 GB General Purpose v1'