35675a3c80845eed778046ee7495037abf879975
[releng/builder.git] / jjb / nic / nic-csit-vtnrenderer.yaml
1 - project:
2     name: nic-csit-vtnrenderer
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'nic'
9
10     # The functionality under test
11     functionality: 'vtnrenderer'
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             jdk: 'openjdk7'
22
23     install:
24         - only:
25             scope: 'only'
26         - all:
27             scope: 'all'
28
29     # Features to install
30     install-features: 'odl-nic-console,odl-nic-renderer-vtn'
31
32     # Robot custom options
33     robot-options: ''
34
35     # Trigger jobs (upstream dependencies)
36     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},nic-distribution-{stream},vtn-distribution-{stream}'