Only use -all- job if it exists
[releng/builder.git] / jjb / iotdm / iotdm-csit-basic.yaml
1 ---
2 - project:
3     name: iotdm-csit-basic
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-1node-{functionality}'
7
8     # The project name
9     project: 'iotdm'
10
11     # The functionality under test
12     functionality: 'basic'
13
14     # Project branches
15     stream:
16       # Removed jobs testing Beryllium and Boron branches due to
17       # backward incompatible changes in test suites for Carbon
18       # TODO: Create test suites for specific release before
19       # Carbon if needed.
20       - oxygen:
21           branch: 'master'
22           jre: 'openjdk8'
23       - nitrogen:
24           branch: 'stable/nitrogen'
25           jre: 'openjdk8'
26       - carbon:
27           branch: 'stable/carbon'
28           jre: 'openjdk8'
29           karaf-version: karaf3
30
31     # TODO: Delete the following if suites are compatible with Boron again.
32     verify-stream: 'carbon'
33     # TODO: Remove the lines above and below when carbon becomes the default scit-verify stream.
34     verify-branch: 'master'
35     # TODO: Update the line above when stable/carbon is created.
36
37     install:
38       - all:
39           scope: 'all'
40
41     # Features to install
42     install-features: 'odl-iotdmcsitdist'
43
44     # Robot custom options
45     robot-options: ''