Add forgotten branch
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-throughpcep.yaml
1 ---
2 - project:
3     name: bgpcep-csit-throughpcep
4     jobs:
5       - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'bgpcep'
9
10     # The functionality under test
11     functionality: 'throughpcep'
12
13     # Project branches
14     stream:
15       - oxygen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - nitrogen:
19           branch: 'stable/nitrogen'
20           jre: 'openjdk8'
21       - carbon:
22           branch: 'stable/carbon'
23           jre: 'openjdk8'
24           karaf-version: karaf3
25       - boron:
26           branch: 'stable/boron'
27           jre: 'openjdk8'
28           karaf-version: karaf3
29           install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep'
30
31     install:
32       - only:
33           scope: 'only'
34       - all:
35           scope: 'all'
36
37     # Features to install
38     install-features: 'odl-restconf,odl-bgpcep-pcep'
39
40     # Readiness check timeout is lowered from the suite's high default value.
41     # The other options are workarounds for Sandbox not being as performant
42     # as the private lab where this suite was developed.
43     # Robot custom options:
44     robot-options: >
45         -v USE_NETCONF_CONNECTOR:False
46         -v PCEP_READY_VERIFY_TIMEOUT:5
47         -v RESTCONF_REUSE:False
48         -v UPDATER_TIMEOUT:600
49
50     # Controller configuration
51     odl_system_flavor: 8 GB General Purpose v1
52
53 - project:
54     name: bgpcep-csit-gate-throughpcep
55     jobs:
56       - '{project}-csit-1node-{functionality}-{install}-{stream}'
57
58     # The project name
59     project: 'bgpcep'
60
61     # The functionality under test
62     functionality: 'gate-throughpcep'
63
64     # Project branches
65     stream:
66       - oxygen:
67           branch: 'master'
68           jre: 'openjdk8'
69       - nitrogen:
70           branch: 'stable/nitrogen'
71           jre: 'openjdk8'
72       - carbon:
73           branch: 'stable/carbon'
74           jre: 'openjdk8'
75           karaf-version: karaf3
76       - boron:
77           branch: 'stable/boron'
78           jre: 'openjdk8'
79           karaf-version: karaf3
80           install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep'
81
82     install:
83       - only:
84           scope: 'only'
85       - all:
86           scope: 'all'
87
88     # Features to install
89     install-features: 'odl-restconf,odl-bgpcep-pcep'
90
91     # Readiness check timeout is lowered from the suite's high default value.
92     # The other options are workarounds for Sandbox not being as performant
93     # as the private lab where this suite was developed.
94     # Robot custom options:
95     robot-options: >
96         -v USE_NETCONF_CONNECTOR:False
97         -v PCEP_READY_VERIFY_TIMEOUT:5
98         -v RESTCONF_REUSE:False
99         -v UPDATER_TIMEOUT:600
100
101     # Controller configuration
102     odl_system_flavor: 8 GB General Purpose v1
103