08faf851231e374bee3053a68242e992948d3d96
[releng/builder.git] / jjb / packetcable / packetcable-csit-pcmm-lithium.yaml
1 - project:
2     name: packetcable-csit-pcmm-stable-lithium
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'packetcable'
8
9     # The functionality under test
10     functionality: 'pcmm'
11
12     # Project branches
13     stream:
14         - stable-lithium:
15             branch: 'stable/lithium'
16
17     install:
18         - only:
19             scope: 'only'
20         - all:
21             scope: 'all'
22
23     # Features to install
24     install-features: 'odl-packetcable-policy-server'
25
26     # Robot custom options
27     robot-options: '-v ODL_VERSION:lithium'
28
29     # Trigger jobs (upstream dependencies)
30     trigger-jobs: >
31         odlparent-distribution-{stream},
32         yangtools-distribution-{stream},
33         controller-distribution-{stream},
34         packetcable-distribution-merge-{stream}