Disable Lithium jobs
[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         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20         - beryllium:
21             branch: 'stable/beryllium'
22             jre: 'openjdk7'
23         - stable-lithium:
24             disabled: true
25             branch: 'stable/lithium'
26             jre: 'openjdk7'
27
28     install:
29         - only:
30             scope: 'only'
31         - all:
32             scope: 'all'
33
34     # Features to install
35     install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep,odl-netconf-connector-all'
36
37     # Readiness check timeout is lowered from the suite's high default value.
38     # The other options are workarounds for Sandbox not being as performant
39     # as the private lab where this suite was developed.
40     # Robot custom options:
41     robot-options: '-v PCEP_READY_VERIFY_TIMEOUT:5 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:600'
42
43     # This performance test can take up to one hour to finish,
44     # so the job is defined to run once a day.
45     # Trigger jobs: (daily)
46     schedule: 'H H * * *'
47
48     # Controller configuration
49     controller-image: 'centos7-java-builder-2c-8g'