Merge "Add boolean parameter to run test after build"
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgpclustering-ha.yaml
1 ---
2 - project:
3     name: bgpcep-csit-bgpclustering-ha
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-ha'
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           install-features: >
25               odl-restconf,
26               odl-bgpcep-bgp-all,
27               odl-bgpcep-bgp,
28               odl-netconf-clustered-topology
29
30     install:
31       - only:
32           scope: 'only'
33
34     # Features to install
35     install-features: 'odl-restconf,odl-bgpcep-bgp'
36
37     # Robot custom options:
38     robot-options: '-v USE_NETCONF_CONNECTOR:False'