Merge "Add shellcheck for linting shell scripts"
[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       - carbon:
21           branch: 'master'
22           jre: 'openjdk8'
23
24     # TODO: Delete the following if suites are compatible with Boron again.
25     verify-stream: 'carbon'
26     # TODO: Remove the lines above and below when carbon becomes the default scit-verify stream.
27     verify-branch: 'master'
28     # TODO: Update the line above when stable/carbon is created.
29
30     install:
31       - only:
32           scope: 'only'
33       - all:
34           scope: 'all'
35
36     # Features to install
37     install-features: 'odl-onem2mall-iotdm'
38
39     # Robot custom options
40     robot-options: ''