Merge "Migrate maven to freestyle for distribution"
[releng/builder.git] / jjb / groupbasedpolicy / groupbasedpolicy-csit-6node.yaml
1 - project:
2     name: groupbasedpolicy-csit-6node
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5
6
7     # The project name
8     project: 'groupbasedpolicy'
9
10     # The functionality under test
11     functionality: '6node'
12
13     # Project branches
14     stream:
15         - carbon:
16             branch: 'master'
17             jre: 'openjdk8'
18         - boron:
19             branch: 'stable/boron'
20             jre: 'openjdk8'
21         - beryllium:
22             branch: 'stable/beryllium'
23             jre: 'openjdk7'
24
25     install:
26         - only:
27             scope: 'only'
28         - all:
29             scope: 'all'
30
31     # 6 Ubuntu VMs in JCloud configuration
32     mininet-image: 'ubuntu-trusty-gbp-2c-2g'
33     mininet-vms: 6
34
35     # Features to install
36     install-features: 'odl-groupbasedpolicy-ofoverlay,
37                        odl-groupbasedpolicy-ui,
38                        odl-restconf-all'
39
40     # Robot custom options
41     robot-options: '-v ODL_VERSION:{stream}'
42
43     # Trigger jobs (upstream dependencies)
44     trigger-jobs: 'groupbasedpolicy-distribution-{stream},
45                    neutron-distribution-{stream},
46                    ovsdb-distribution-{stream},
47                    openflowplugin-distribution-{stream},
48                    sfc-distribution-{stream},
49                    dlux-distribution-{stream}'