Merge "Revert gerrit-patch macro back to git review"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-clustering.yaml
1 - project:
2     name: openflowplugin-csit-clustering
3     jobs:
4         - '{project}-csit-3node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-3node-{functionality}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'clustering'
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'
28
29     # Robot custom options
30     robot-options: '-v ODL_OF_PLUGIN:lithium'
31
32     # mininet image
33     tools_system_image: 'Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004'