Merge "Sodium branch cutting"
[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       - sodium:
22           branch: 'stable/sodium'
23       - neon:
24           branch: 'stable/neon'
25       - fluorine:
26           branch: 'stable/fluorine'
27
28     install:
29       - only:
30           scope: 'only'
31
32     tools_system_count: 3
33
34     install-features: 'odl-genius-rest'
35     robot-options: '-v FAIL_ON_EXCEPTIONS:False'
36
37 - project:
38     name: genius-csit-genius-verify
39     jobs:
40       - inttest-csit-verify-1node
41       - inttest-csit-verify-3node
42
43     project: 'genius'
44
45     functionality: 'verify'
46
47     stream:
48       - fluorine:
49           branch: 'master'
50
51     verify-stream: 'neon'
52     verify-branch: 'stable/neon'
53     verify-karaf-version: 'karaf4'
54
55     install:
56       - only:
57           scope: 'only'
58
59     tools_system_count: 3
60
61     install-features: 'odl-genius-rest'