432986711b5985fe8f98ba60a904aebefb3f5ad6
[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             jdk: 'openjdk7'
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: '-v ODL_VERSION:lithium'
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}