Merge "Update cloud image Ubuntu18.04 mininet ovs"
[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       - argon:
19           branch: "master"
20       - chlorine:
21           branch: "stable/chlorine"
22       - sulfur:
23           branch: "stable/sulfur"
24           jre: "openjdk11"
25
26     install:
27       - only:
28           scope: "only"
29
30     # Features to install
31     install-features: >
32       odl-openflowplugin-flow-services-rest,
33       odl-openflowplugin-app-table-miss-enforcer
34
35     # Robot custom options
36     robot-options: "-v TOPO_TREE_DEPTH:7"