cfbc4180fd3c9c55e445fae656acbc7974550191
[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         - boron:
15             branch: 'master'
16         - beryllium:
17             branch: 'stable/beryllium'
18         - stable-lithium:
19             branch: 'stable/lithium'
20
21     install:
22         - only:
23             scope: 'only'
24         - all:
25             scope: 'all'
26
27     # Features to install
28     install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep,odl-netconf-connector-all'
29
30     # Readiness check timeout is lowered from the suite's high default value.
31     # The other options are workarounds for Sandbox not being as performant
32     # as the private lab where this suite was developed.
33     # Robot custom options:
34     robot-options: '-v PCEP_READY_VERIFY_TIMEOUT:5 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:360'
35
36     # This performance test can take up to one hour to finish,
37     # so the job is defined to run once a day.
38     # Trigger jobs: (daily)
39     schedule: 'H H * * *'