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