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=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..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,34 +14,36 @@ # Project branches stream: + - silicon: + branch: "master" + jre: "openjdk11" - aluminium: - branch: 'master' - jre: 'openjdk11' + branch: "stable/aluminium" + jre: "openjdk11" - magnesium: - branch: 'stable/magnesium' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' + 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"