Remove jobs testing Beryllium and Boron branches of IoTDM project
[releng/builder.git] / jjb / iotdm / iotdm-csit-basic.yaml
1 - project:
2     name: iotdm-csit-basic
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'iotdm'
9
10     # The functionality under test
11     functionality: 'basic'
12
13     # Project branches
14     stream:
15         # Removed jobs testing Beryllium and Boron branches due to
16         # backward incompatible changes in test suites for Carbon
17         # TODO: Create test suites for specific release before
18         # Carbon if needed.
19         - carbon:
20             branch: 'master'
21             jre: 'openjdk8'
22
23     install:
24         - only:
25             scope: 'only'
26         - all:
27             scope: 'all'
28
29     # Features to install
30     install-features: 'odl-iotdm-onem2m'
31
32     # Robot custom options
33     robot-options: ''
34
35     # Trigger jobs (upstream dependencies)
36     trigger-jobs: 'iotdm-distribution-{stream}'