36514ba602040740027671a820f5a8118c590cf9
[releng/builder.git] / jjb / sfc / sfc-csit-clustering.yaml
1 - project:
2     name: sfc-csit-clustering
3     jobs:
4         - '{project}-csit-3node-{functionality}-{install}-{stream}'
5
6
7     # The project name
8     project: 'sfc'
9
10     # The functionality under test
11     functionality: 'clustering'
12
13     # Project branches
14     stream:
15         - boron:
16             branch: 'master'
17         - beryllium:
18             branch: 'stable/beryllium'
19         - stable-lithium:
20             branch: 'stable/lithium'
21
22     install:
23         - only:
24             scope: 'only'
25         - all:
26             scope: 'all'
27
28     # Features to install
29     install-features: 'odl-sfc-core,odl-restconf-all'
30
31     # Robot custom options
32     robot-options: ''
33
34     # Trigger jobs (upstream dependencies)
35     trigger-jobs: 'odlparent-distribution-{stream},lispflowmapping-distribution-{stream},ovsdb-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},yangtools-distribution-{stream}'