9890f05b7e90addf507a76e28f3e9d2d585b3132
[releng/builder.git] / jjb / tsdr / tsdr-csit-hsqldb-lithium.yaml
1 - project:
2     name: tsdr-csit-hsqldb-lithium
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'tsdr'
8
9     # The functionality under test to verify
10     functionality: 'hsqldb-datastore-lithium'
11
12     # Project branches
13     stream:
14         - stable-lithium:
15             branch: 'stable/lithium'
16             jre: 'openjdk7'
17
18     install:
19         - only:
20             scope: 'only'
21
22     # Features to install
23     install-features: 'odl-restconf,odl-tsdr-all'
24
25     # Robot custom options
26     robot-options: '-v ODL_VERSION:stable-lithium'
27
28     # Trigger jobs (upstream dependencies)
29     trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},tsdr-distribution-{stream}'