Make jobs karaf-version specific, some duplicities
[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       - beryllium:
28           branch: 'stable/beryllium'
29           jre: 'openjdk7'
30           karaf-version: karaf3
31           install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep'
32
33     install:
34       - only:
35           scope: 'only'
36       - all:
37           scope: 'all'
38
39     # Features to install
40     install-features: 'odl-restconf,odl-bgpcep-pcep'
41
42     # Readiness check timeout is lowered from the suite's high default value.
43     # The other options are workarounds for Sandbox not being as performant
44     # as the private lab where this suite was developed.
45     # Robot custom options:
46     robot-options: >
47         -v USE_NETCONF_CONNECTOR:False
48         -v PCEP_READY_VERIFY_TIMEOUT:5
49         -v RESTCONF_REUSE:False
50         -v UPDATER_TIMEOUT:600
51
52     # Controller configuration
53     odl_system_flavor: 8 GB General Purpose v1