Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgpclustering-ha.yaml
1 ---
2 - project:
3     name: bgpcep-csit-bgpclustering-ha
4     jobs:
5       - inttest-csit-3node
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       - neon:
16           branch: 'master'
17       - fluorine:
18           branch: 'stable/fluorine'
19       - oxygen:
20           branch: 'stable/oxygen'
21
22     install:
23       - only:
24           scope: 'only'
25
26     # Features to install
27     install-features: >
28         odl-restconf,
29         odl-bgpcep-bgp,
30         odl-bgpcep-bgp-config-example,
31         odl-bgpcep-bmp,
32         odl-bgpcep-bmp-config-example,
33         odl-bgpcep-pcep
34
35     # Robot custom options:
36     robot-options: '-v USE_NETCONF_CONNECTOR:False'