Merge "Jenkins Job Setup For SFC Clustering"
[releng/builder.git] / jjb / sfc / sfc-csit-clustering.yaml
1 - project:
2     name: sfc-csit-clustering
3     jobs:
4         - '{project}-csit-3node-cds-{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         - master:
16             branch: 'master'
17         - stable-lithium:
18             branch: 'stable/lithium'
19
20     install:
21         - only:
22             scope: 'only'
23         - all:
24             scope: 'all'
25
26     # Mininet configuration
27     mininet-image: 'rk-c-el6-mininet'
28     mininet-vms: 1
29
30     # Features to install
31     install-features: 'odl-sfc-core,odl-restconf-all'
32
33     # Robot custom options
34     robot-options: ''
35
36     # Trigger jobs (upstream dependencies)
37     trigger-jobs: 'odlparent-distribution-{stream},lispflowmapping-distribution-{stream},ovsdb-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},yangtools-distribution-{stream}'