Update JJB version 2.0.5
[releng/builder.git] / jjb / genius / genius-csit-genius.yaml
1 ---
2 - project:
3     name: genius-csit-genius-oxygen
4     jobs:
5       - inttest-csit-1node
6       - inttest-csit-3node
7
8     # The project name
9     project: 'genius'
10
11     # The functionality under test
12     functionality:
13       - 'upstream'
14       - 'gate'
15       - 'tdd-wip':
16           testplan: '{project}-tdd-wip.txt'
17           schedule: ''
18
19     # Project branches
20     stream:
21       - fluorine:
22           branch: 'master'
23       - oxygen:
24           branch: 'stable/oxygen'
25     install:
26       - all:
27           scope: 'all'
28
29     # Mininet configuration
30     tools_system_count: 3
31     tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20171208-1847
32
33     # Features to install
34     install-features: 'odl-genius-rest'
35
36     # Robot custom options
37     robot-options: ' '
38
39 - project:
40     name: genius-csit-genius-{stream}
41     jobs:
42       - inttest-csit-1node
43       - inttest-csit-3node
44       - inttest-csit-verify-1node
45       - inttest-csit-verify-3node
46
47     # The project name
48     project: 'genius'
49
50     # The functionality under test
51     functionality:
52       - 'upstream'
53       - 'gate'
54
55     # Project branches
56     stream:
57       - nitrogen:
58           branch: 'stable/nitrogen'
59       - carbon:
60           branch: 'stable/carbon'
61           karaf-version: karaf3
62
63     verify-stream: 'oxygen'
64     verify-branch: 'stable/oxygen'
65     verify-karaf-version: 'karaf4'
66
67     install:
68       - all:
69           scope: 'all'
70
71     # Mininet configuration
72     tools_system_count: 3
73     tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20171208-1847
74
75     # Features to install
76     install-features: 'odl-genius-rest'
77
78     # Robot custom options
79     robot-options: ' '