Merge "Configure clustering on a list of controllers."
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgp-ingest.yaml
1 - project:
2     name: bgpcep-csit-bgp-ingest
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'bgpcep'
8
9     # The functionality under test
10     functionality: 'bgp-ingest'
11
12     # Project branches
13     stream:
14         - beryllium:
15             branch: 'master'
16         - stable-lithium:
17             branch: 'stable/lithium'
18
19     install:
20         - only:
21             scope: 'only'
22         - all:
23             scope: 'all'
24
25     # Features to install
26     install-features: 'odl-bgpcep-data-change-counter,odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all'
27
28     # Robot custom options:
29     robot-options: ''
30
31     # Trigger jobs: (daily)
32     schedule: 'H H * * *'