Update releng/global-jjb repository information
[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       - carbon:
18           branch: 'master'
19           jre: 'openjdk8'
20       - boron:
21           branch: 'stable/boron'
22           jre: 'openjdk8'
23
24     install:
25       - only:
26           scope: 'only'
27
28     # Features to install
29     install-features: 'odl-openflowplugin-flow-services-ui,decanter-collector-jmx,decanter-appender-elasticsearch'
30
31     # Robot custom options
32     robot-options: '-v TOPO_TREE_DEPTH:7'