X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-perf-stats-collection.yaml;h=6df51d475cf025388a06b2b80b2486faa123bd14;hb=2e490c48d15d9e18a62efc274e2df774a506f6b6;hp=1acb68f595d9b81e709ef84d2611035d45785748;hpb=0fd9c00fc51ec29523257f584b61dc1f07608756;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 1acb68f59..6df51d475 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,32 +14,36 @@ # Project branches stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" + - magnesium: + branch: "stable/magnesium" + jre: "openjdk11" install: - only: - scope: 'only' + scope: "only" # Job images - tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881' + odl_system_flavor: "odl-standard-4" + tools_system_image: "ZZCI - Ubuntu 16.04 - mininet-ovs-28 - x86_64 - 20200811-063216.630" # 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"