Disable Lithium jobs
[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             disabled: true
16             branch: 'stable/lithium'
17             jre: 'openjdk7'
18
19     install:
20         - only:
21             scope: 'only'
22
23     # Features to install
24     install-features: 'odl-restconf,odl-tsdr-all'
25
26     # Robot custom options
27     robot-options: '-v ODL_VERSION:stable-lithium'
28
29     # Trigger jobs (upstream dependencies)
30     trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},tsdr-distribution-{stream}'