Make distribution test job run daily for active branches
[releng/builder.git] / jjb / vtn / vtn-csit-coordinator.yaml
1 - project:
2     name: vtn-csit-vtn-coordinator
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'vtn'
9
10     # The functionality under test
11     functionality: 'coordinator'
12
13     # Project branches
14     stream:
15         - carbon:
16             branch: 'master'
17             jre: 'openjdk8'
18             tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004
19         - boron:
20             branch: 'stable/boron'
21             jre: 'openjdk8'
22             tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004
23         - beryllium:
24             branch: 'stable/beryllium'
25             jre: 'openjdk7'
26
27     install:
28         - only:
29             scope: 'only'
30
31     # Features to install
32     install-features: 'odl-vtn-manager-rest'
33
34
35     # Robot custom options
36     robot-options: ''
37
38
39     # Trigger jobs (upstream dependencies)
40     trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'