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