43dbf815e67417fc6be68bd1fce379f23cf32b36
[releng/builder.git] / jjb / packetcable / packetcable-csit-pcmm.yaml
1 - project:
2     name: packetcable-csit-pcmm
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'packetcable'
9
10     # The functionality under test
11     functionality: 'pcmm'
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-packetcable-policy-server'
26
27     # Robot custom options
28     robot-options: ''
29
30     # Trigger jobs (upstream dependencies)
31     trigger-jobs: >
32         odlparent-distribution-{stream},
33         yangtools-distribution-{stream},
34         controller-distribution-{stream},
35         packetcable-distribution-merge-{stream}