Support openjdk11 in CSIT magnesium
[releng/builder.git] / jjb / genius / genius-csit-genius.yaml
1 ---
2 - project:
3     name: genius-csit-genius-oxygen-fluorine
4     jobs:
5       - inttest-csit-1node-custom
6       - inttest-csit-3node-custom
7
8     project: 'genius'
9
10     functionality:
11       - 'upstream'
12       - 'gate'
13       - 'tdd-wip':
14           testplan: '{project}-tdd-wip.txt'
15
16     testplan: '{project}-{functionality}.txt'
17
18     stream:
19       - magnesium:
20           branch: 'master'
21           jre: 'openjdk11'
22       - sodium:
23           branch: 'stable/sodium'
24       - neon:
25           branch: 'stable/neon'
26       - fluorine:
27           branch: 'stable/fluorine'
28
29     install:
30       - only:
31           scope: 'only'
32
33     tools_system_count: 3
34
35     install-features: 'odl-genius-rest'
36     robot-options: '-v FAIL_ON_EXCEPTIONS:False'
37
38 - project:
39     name: genius-csit-genius-verify
40     jobs:
41       - inttest-csit-verify-1node
42       - inttest-csit-verify-3node
43
44     project: 'genius'
45
46     functionality: 'verify'
47
48     stream:
49       - fluorine:
50           branch: 'master'
51
52     verify-stream: 'neon'
53     verify-branch: 'stable/neon'
54     verify-karaf-version: 'karaf4'
55
56     install:
57       - only:
58           scope: 'only'
59
60     tools_system_count: 3
61
62     install-features: 'odl-genius-rest'