a437bacd0a8d9544aa9fd5d8b732f61c6e7349b6
[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         - stable-lithium:
16             branch: 'stable/lithium'
17
18     install:
19         - only:
20             scope: 'only'
21         - all:
22             scope: 'all'
23
24     # Features to install
25     install-features: 'odl-nic-core,odl-nic-console,odl-nic-renderer-vtn'
26
27     # Robot custom options
28     robot-options: ''
29
30     # Trigger jobs (upstream dependencies)
31     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},nic-distribution-{stream},vtn-distribution-{stream}'