X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-perf-stats-collection.yaml;h=48cdc518bf3176edac2f6bda633520d5f493747a;hb=5cdf7454431ac98e90bca949cc20cb0b0b5c542a;hp=da81f9e39e3dce47720c203b50bd83186e927415;hpb=b82a88ea1c9c4a930359d84c8536e4c088fa7b03;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-perf-stats-collection.yaml b/jjb/openflowplugin/openflowplugin-csit-perf-stats-collection.yaml index da81f9e39..48cdc518b 100644 --- a/jjb/openflowplugin/openflowplugin-csit-perf-stats-collection.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-perf-stats-collection.yaml @@ -5,7 +5,7 @@ - inttest-csit-1node # The project name - project: 'openflowplugin' + project: "openflowplugin" # The functionality under test functionality: @@ -14,34 +14,32 @@ # Project branches stream: - - aluminium: - branch: 'master' - jre: 'openjdk11' - - magnesium: - branch: 'stable/magnesium' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' + - chlorine: + branch: "master" + jre: "openjdk17" + - sulfur: + branch: "stable/sulfur" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" install: - only: - scope: 'only' - - # Job images - tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881' + scope: "only" # Features to install - install-features: 'odl-openflowplugin-flow-services-rest' + install-features: "odl-openflowplugin-flow-services-rest" # Robot custom options - robot-options: '-v flnr:100000 -v swnr:32 -v fpr:200' + robot-options: "-v flnr:100000 -v swnr:32 -v fpr:200" # Plot Info - 01-plot-title: 'Stats Collection Rate' - 01-plot-yaxis: 'flow_mods/sec' - 01-plot-group: 'Stats Collection Performance' - 01-plot-data-file: 'stats_rate.csv' - 02-plot-title: 'Stats Collection Time' - 02-plot-yaxis: 'seconds' - 02-plot-group: 'Stats Collection Performance' - 02-plot-data-file: 'stats_time.csv' + 01-plot-title: "Stats Collection Rate" + 01-plot-yaxis: "flow_mods/sec" + 01-plot-group: "Stats Collection Performance" + 01-plot-data-file: "stats_rate.csv" + 02-plot-title: "Stats Collection Time" + 02-plot-yaxis: "seconds" + 02-plot-group: "Stats Collection Performance" + 02-plot-data-file: "stats_time.csv"