Merge "Ovsdb 3 node Clustering job"
[releng/builder.git] / jjb / ovsdb / ovsdb-csit-clustering.yaml
1 - project:
2     name: ovsdb-csit-clustering
3     jobs:
4         - '{project}-csit-3node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-3node-{functionality}'
6    # The project name
7     project: 'ovsdb'
8
9     # The functionality under test
10     functionality: 'clustering'
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
23     # Features to install
24     install-features: 'odl-ovsdb-openstack'
25
26     # Robot custom options
27     robot-options: ''
28
29     # Trigger jobs (upstream dependencies)
30     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream}'