5e759d01351189c80cb3a76340bf09278b70bd96
[releng/builder.git] / jjb / nemo / nemo-csit-engine.yaml
1 - project:
2     name: nemo-csit-engine
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'nemo'
9
10     # The functionality under test
11     functionality: 'engine'
12
13     # Project branches
14     stream:
15         - beryllium:
16             branch: 'master'
17
18     install:
19         - only:
20             scope: 'only'
21         - all:
22             scope: 'all'
23
24     # Features to install
25     install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui'
26
27     # Robot custom options
28     robot-options: ''
29
30     # Trigger jobs (upstream dependencies)
31     trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},nemo-distribution-{stream}'