7fc0dcdeb66fd2795f11e7a9027d5af215e15a2e
[releng/builder.git] / jjb / netide / netide-csit-basic.yaml
1 - project:
2     name: netide-csit-basic
3     jobs:
4         - '{project}-csit-verify-1node-{functionality}'
5         - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'netide'
9
10     # The functionality under test
11     functionality: 'basic'
12
13     # Project branches
14     stream:
15         - boron:
16             branch: 'master'
17             jdk: 'openjdk8'
18         - beryllium:
19             branch: 'stable/beryllium'
20             jdk: 'openjdk7'
21
22     install:
23         - only:
24             scope: 'only'
25         - all:
26             scope: 'all'
27
28     # Features to install
29     install-features: 'odl-openflowplugin-flow-services-ui,odl-netide-rest'
30
31     # Robot custom options
32     robot-options: ''
33
34     # Trigger jobs (upstream dependencies)
35     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},netide-distribution-{stream}'