Create Carbon jobs for csit
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity-helium-redesign.yaml
1 - project:
2     name: openflowplugin-csit-longevity-helium-redesign
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-helium-redesign'
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-he,decanter-collector-jmx,decanter-appender-elasticsearch'
28
29     # Robot custom options
30     robot-options: '-v TEST_LENGTH:23@hours --escape space:@'
31
32     # Trigger jobs (daily)
33     schedule: 'H H * * *'