Merge "Fix csit-update job for nitrogen"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-longevity
4     jobs:
5       - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9     build-timeout: 1440
10
11     # The functionality under test
12     functionality: 'longevity'
13
14     # Project branches
15     stream:
16       - carbon:
17           branch: 'master'
18           jre: 'openjdk8'
19       - boron:
20           branch: 'stable/boron'
21           jre: 'openjdk8'
22
23     install:
24       - only:
25           scope: 'only'
26
27     # Features to install
28     install-features: >
29         odl-openflowplugin-flow-services-ui,
30         odl-openflowplugin-app-table-miss-enforcer,
31         decanter-collector-jmx,
32         decanter-appender-elasticsearch
33
34     # Robot custom options
35     robot-options: '-v TEST_LENGTH:23h'
36
37     # mininet image
38     tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300
39
40     # Trigger jobs (on saturday)
41     schedule: 'H H * * 6'