Update cloud image list docs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-perf-bulkomatic.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-perf-bulkomatic
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       - perf-bulkomatic
14       - gate-perf-bulkomatic
15
16     # Project branches
17     stream:
18       - scandium:
19           branch: "master"
20       - calcium:
21           branch: "stable/calcium"
22       - potassium:
23           branch: "stable/potassium"
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-bulk-o-matic,
33       odl-jolokia
34
35     # Robot custom options
36     robot-options: "-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:3125"
37
38     # Plot Info
39     01-plot-title: "Flow Add rate"
40     01-plot-yaxis: "flow_mods/sec"
41     01-plot-group: "Java Performance"
42     01-plot-data-file: "rate.csv"
43     02-plot-title: "Flow Add time"
44     02-plot-yaxis: "seconds"
45     02-plot-group: "Java Performance"
46     02-plot-data-file: "time.csv"