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