Merge "CI: Remove common-packer jobs"
[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     jre: "openjdk17"
10
11     # The functionality under test
12     functionality:
13       - scale
14       - gate-scale
15
16     # Project branches
17     stream:
18       - potassium:
19           branch: "master"
20       - argon:
21           branch: "stable/argon"
22       - chlorine:
23           branch: "stable/chlorine"
24
25     install:
26       - only:
27           scope: "only"
28
29     # Features to install
30     install-features: >
31       odl-openflowplugin-flow-services-rest,
32       odl-openflowplugin-app-table-miss-enforcer
33
34     # Robot custom options
35     robot-options: "-v TOPO_TREE_DEPTH:7"