ac59b4f0979404b1ea46ed440b6f1f15241318db
[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       - nitrogen:
18           branch: 'master'
19           jre: 'openjdk8'
20       - carbon:
21           branch: 'stable/carbon'
22           jre: 'openjdk8'
23           karaf-version: karaf3
24       - boron:
25           branch: 'stable/boron'
26           jre: 'openjdk8'
27           karaf-version: karaf3
28
29     install:
30       - only:
31           scope: 'only'
32
33     # Features to install
34     install-features: 'odl-openflowplugin-flow-services-ui,decanter-collector-jmx,decanter-appender-elasticsearch'
35
36     # Robot custom options
37     robot-options: '-v TOPO_TREE_DEPTH:7'