Merge "Add stein devstack jobs"
[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       - magnesium:
20           branch: 'master'
21           jre: 'openjdk11'
22       - sodium:
23           branch: 'stable/sodium'
24       - neon:
25           branch: 'stable/neon'
26
27     install:
28       - only:
29           scope: 'only'
30
31     # Job images
32     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881'
33
34     # Features to install
35     install-features: >
36         odl-openflowplugin-flow-services-rest,
37         odl-openflowplugin-app-table-miss-enforcer
38
39     # Robot custom options
40     robot-options: '-v TEST_LENGTH:23h -v NUM_SWITCHES:16'