Merge "Update merge view job filter"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-longevity
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'openflowplugin'
9     build-timeout: 1440
10
11     # The functionality under test
12     functionality: 'longevity'
13
14     # Set elasticsearch attribute to value 'long' for longevity jobs
15     #elasticsearch-attribute: 'long'
16
17     # Project branches
18     stream:
19       - silicon:
20           branch: 'master'
21           jre: 'openjdk11'
22       - aluminium:
23           branch: 'stable/aluminium'
24           jre: 'openjdk11'
25       - magnesium:
26           branch: 'stable/magnesium'
27           jre: 'openjdk11'
28       - sodium:
29           branch: 'stable/sodium'
30
31     install:
32       - only:
33           scope: 'only'
34
35     # Job images
36     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881'
37
38     # Features to install
39     install-features: >
40         odl-openflowplugin-flow-services-rest,
41         odl-openflowplugin-app-table-miss-enforcer
42
43     # Robot custom options
44     robot-options: '-v TEST_LENGTH:23h -v NUM_SWITCHES:16'