Add to install-feature:unimgr-netvirt to unimgr-cist-basic
[releng/builder.git] / jjb / unimgr / unimgr-csit-basic.yaml
1 - project:
2     name: unimgr-csit
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'unimgr'
9
10     # The functionality under test
11     functionality:
12         - basic:
13             functionality: 'basic'
14         - legato:
15             functionality: 'legato'
16
17     #  Project branches
18     stream:
19         - carbon:
20             branch: 'master'
21             jre: 'openjdk8'
22         - boron:
23             branch: 'stable/boron'
24             jre: 'openjdk8'
25         - beryllium:
26             branch: 'stable/beryllium'
27             jre: 'openjdk7'
28
29     install:
30         - only:
31             scope: 'only'
32         - all:
33             scope: 'all'
34
35     # Mininet configuration
36     mininet-vms: 2
37
38     # Features to install
39     install-features: 'odl-unimgr-ui,odl-unimgr-netvirt'
40
41     # Robot custom options
42     robot-options: ''
43
44     # Trigger jobs (upstream dependencies)
45     trigger-jobs: 'ovsdb-distribution-{stream},unimgr-distribution-{stream}'