Purge ODL Sodium jobs from builder
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-perf-stats-collection.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-perf-stats-collection
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: "openflowplugin"
9
10     # The functionality under test
11     functionality:
12       - perf-stats-collection
13       - gate-perf-stats-collection
14
15     # Project branches
16     stream:
17       - silicon:
18           branch: "master"
19           jre: "openjdk11"
20       - aluminium:
21           branch: "stable/aluminium"
22           jre: "openjdk11"
23       - magnesium:
24           branch: "stable/magnesium"
25           jre: "openjdk11"
26
27     install:
28       - only:
29           scope: "only"
30
31     # Job images
32     odl_system_flavor: "odl-standard-4"
33     tools_system_image: "ZZCI - Ubuntu 16.04 - mininet-ovs-28 - x86_64 - 20200811-063216.630"
34
35     # Features to install
36     install-features: "odl-openflowplugin-flow-services-rest"
37
38     # Robot custom options
39     robot-options: "-v flnr:100000 -v swnr:32 -v fpr:200"
40
41     # Plot Info
42     01-plot-title: "Stats Collection Rate"
43     01-plot-yaxis: "flow_mods/sec"
44     01-plot-group: "Stats Collection Performance"
45     01-plot-data-file: "stats_rate.csv"
46     02-plot-title: "Stats Collection Time"
47     02-plot-yaxis: "seconds"
48     02-plot-group: "Stats Collection Performance"
49     02-plot-data-file: "stats_time.csv"