Merge "Update merge view job filter"
[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       - sodium:
27           branch: 'stable/sodium'
28
29     install:
30       - only:
31           scope: 'only'
32
33     # Job images
34     odl_system_flavor: 'odl-standard-4'
35     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881'
36
37     # Features to install
38     install-features: 'odl-openflowplugin-flow-services-rest'
39
40     # Robot custom options
41     robot-options: '-v flnr:100000 -v swnr:32 -v fpr:200'
42
43     # Plot Info
44     01-plot-title: 'Stats Collection Rate'
45     01-plot-yaxis: 'flow_mods/sec'
46     01-plot-group: 'Stats Collection Performance'
47     01-plot-data-file: 'stats_rate.csv'
48     02-plot-title: 'Stats Collection Time'
49     02-plot-yaxis: 'seconds'
50     02-plot-group: 'Stats Collection Performance'
51     02-plot-data-file: 'stats_time.csv'