bc3b76756ec66769cedc1c10f912bef76acea3c9
[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       - nitrogen:
67           branch: 'master'
68           jre: 'openjdk8'
69       - carbon:
70           branch: 'stable/carbon'
71           jre: 'openjdk8'
72           karaf-version: karaf3
73       - boron:
74           branch: 'stable/boron'
75           jre: 'openjdk8'
76           karaf-version: karaf3
77           install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep'
78
79     install:
80       - only:
81           scope: 'only'
82       - all:
83           scope: 'all'
84
85     # Features to install
86     install-features: 'odl-restconf,odl-bgpcep-pcep'
87
88     # Readiness check timeout is lowered from the suite's high default value.
89     # The other options are workarounds for Sandbox not being as performant
90     # as the private lab where this suite was developed.
91     # Robot custom options:
92     robot-options: >
93         -v USE_NETCONF_CONNECTOR:False
94         -v PCEP_READY_VERIFY_TIMEOUT:5
95         -v RESTCONF_REUSE:False
96         -v UPDATER_TIMEOUT:600
97
98     # Controller configuration
99     odl_system_flavor: 8 GB General Purpose v1
100