Make Java version for CSIT jobs configurable
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-userfeatures.yaml
1 - project:
2     name: bgpcep-csit-userfeatures
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'bgpcep'
9
10     # The functionality under test
11     functionality: 'userfeatures'
12
13     # Project branches
14     stream:
15         - boron:
16             branch: 'master'
17             jdk: 'openjdk8'
18         - beryllium:
19             branch: 'stable/beryllium'
20             jdk: 'openjdk7'
21         - stable-lithium:
22             branch: 'stable/lithium'
23             jdk: 'openjdk7'
24
25     install:
26         - only:
27             scope: 'only'
28         - all:
29             scope: 'all'
30
31     # Features to install
32     # *-all is for Lithium and Beryllium, without -all is for Lithium and Boron.
33     install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all'
34
35     # Robot custom options
36     robot-options: ''
37
38     # Trigger jobs (upstream dependencies)
39     # Netconf is there for run-time re-configuration.
40     # AAA could also be a dependency, but probability of breakage is too low to trigger everytime.
41     trigger-jobs: >
42         odlparent-distribution-{stream},
43         yangtools-distribution-{stream},
44         controller-distribution-{stream},
45         mdsal-distribution-{stream},
46         netconf-distribution-{stream},
47         tcpmd5-distribution-{stream},
48         bgpcep-distribution-{stream}