9ceeeabc2cdb859059237f0f0baf6b54043d83fd
[releng/builder.git] / jjb / usc / usc-csit-channel-master.yaml
1 - project:
2     name: usc-csit-channel-master
3     jobs:
4         - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-{functionality}-{stream}'
6
7     # The project name
8     project: 'usc'
9
10     # The functionality under test
11     functionality: 'channel'
12
13     # Project branches
14     stream:
15         - master:
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-usc-channel-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},usc-distribution-{stream}'
32