Merge "Disable jdk8 on ovsdb for now"
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-throughpcep.yaml
1 - project:
2     name: bgpcep-csit-throughpcep
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'bgpcep'
8
9     # The functionality under test
10     functionality: 'throughpcep'
11
12     # Project branches
13     stream:
14         - beryllium:
15             branch: 'master'
16         - stable-lithium:
17             branch: 'stable/lithium'
18
19     install:
20         - only:
21             scope: 'only'
22         - all:
23             scope: 'all'
24
25     # Features to install
26     install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all'
27
28     # Readiness check timeout is lowered from the suite's high default value.
29     # The other options are workarounds for Sandbox not being as performant
30     # as the private lab where this suite was developed.
31     # Robot custom options:
32     robot-options: '-v PCEP_READY_VERIFY_TIMEOUT:5 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:360'
33
34     # This performance test can take up to one hour to finish,
35     # so the job is defined to run once a day.
36     # Trigger jobs: (daily)
37     schedule: 'H H * * *'