7ae371f29aa68f74e57759c5bfc91e1a5b665271
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-scale
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: "openflowplugin"
9
10     # The functionality under test
11     functionality:
12       - scale
13       - gate-scale
14
15     # Project branches
16     stream:
17       - chlorine:
18           branch: "master"
19           jre: "openjdk17"
20       - sulfur:
21           branch: "stable/sulfur"
22           jre: "openjdk11"
23       - phosphorus:
24           branch: "stable/phosphorus"
25           jre: "openjdk11"
26
27     install:
28       - only:
29           scope: "only"
30
31     # Features to install
32     install-features: >
33       odl-openflowplugin-flow-services-rest,
34       odl-openflowplugin-app-table-miss-enforcer
35
36     # Robot custom options
37     robot-options: "-v TOPO_TREE_DEPTH:7"