Merge "Remove odlparent-3.0.x jobs"
[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       - sodium:
20           branch: 'master'
21       - neon:
22           branch: 'stable/neon'
23       - fluorine:
24           branch: 'stable/fluorine'
25       - oxygen:
26           branch: 'stable/oxygen'
27           disable-job: 'true'
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: 'oxygen'
53     verify-branch: 'stable/oxygen'
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'