Make Java version for CSIT jobs configurable
[releng/builder.git] / jjb / integration / integration-csit-basic.yaml
1 - project:
2     name: integration-csit-basic
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-3node-{functionality}-{install}-{stream}'
6         - '{project}-csit-verify-1node-{functionality}'
7         - '{project}-csit-verify-3node-{functionality}'
8
9     # The project name
10     project: 'integration'
11
12     # The functionality under test
13     functionality: 'basic'
14
15     # Project branches
16     stream:
17         - boron:
18             branch: 'master'
19             jdk: 'openjdk8'
20         - beryllium:
21             branch: 'stable/beryllium'
22             jdk: 'openjdk7'
23         - stable-lithium:
24             branch: 'stable/lithium'
25             jdk: 'openjdk7'
26
27     install:
28         - only:
29             scope: 'only'
30         - all:
31             scope: 'all'
32
33     # Features to install
34     install-features: 'odl-restconf'
35
36     # Robot custom options
37     robot-options: ''
38
39     # Trigger jobs (upstream dependencies)
40     trigger-jobs: >
41         odlparent-distribution-{stream},
42         yangtools-distribution-{stream},
43         controller-distribution-{stream},
44         aaa-distribution-{stream},
45         integration-distribution-merge-{stream}