Merge "Mention OS_CLOUD as a variable is significant"
[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       - nitrogen:
17           branch: 'master'
18           jre: 'openjdk8'
19       - carbon:
20           branch: 'stable/carbon'
21           jre: 'openjdk8'
22       - boron:
23           branch: 'stable/boron'
24           jre: 'openjdk8'
25
26     install:
27       - only:
28           scope: 'only'
29
30     # Features to install
31     install-features: >
32         odl-openflowplugin-flow-services-ui,
33         odl-openflowplugin-app-table-miss-enforcer,
34         decanter-collector-jmx,
35         decanter-appender-elasticsearch
36
37     # Robot custom options
38     robot-options: '-v TEST_LENGTH:23h'
39
40     # mininet image
41     tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300
42
43     # Trigger jobs (on saturday)
44     schedule: 'H H * * 6'