Do not specify jre or jdk if default value applies
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scalability.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-scalability
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality:
12       - scalability
13       - gate-scalability
14
15     # Project branches
16     stream:
17       - oxygen:
18           branch: 'master'
19       - nitrogen:
20           branch: 'stable/nitrogen'
21       - carbon:
22           branch: 'stable/carbon'
23           karaf-version: karaf3
24
25     install:
26       - only:
27           scope: 'only'
28
29     # Features to install
30     install-features: 'odl-openflowplugin-flow-services-rest,decanter-collector-jmx,decanter-appender-elasticsearch'
31
32     # Robot custom options
33     robot-options: '-v TOPO_TREE_DEPTH:7'