add daily trigger to rtd job
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services-helium-redesign.yaml
1 - project:
2     name: openflowplugin-csit-flow-services-helium-redesign
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'flow-services-helium-redesign'
12
13     # Project branches
14     stream:
15         - boron:
16             branch: 'master'
17             jre: 'openjdk8'
18
19     install:
20         - only:
21             scope: 'only'
22
23     # Features to install
24     install-features: 'odl-openflowplugin-flow-services-ui-he'
25
26     # Robot custom options
27     robot-options: ''
28
29     # Trigger jobs (upstream dependencies)
30     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'