X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-clustering-perf-bulkomatic.yaml;h=72ea2dec353ebedd15d5925a4979eb38e97a2c7e;hb=753ab67a9e464c45f6d83feaa06b5a4fa697293e;hp=38341100ff920d27962d9b6e0b8bbfb494e6cce5;hpb=ea884671f435e4653512ee1fbb3a60274525b9f3;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-clustering-perf-bulkomatic.yaml b/jjb/openflowplugin/openflowplugin-csit-clustering-perf-bulkomatic.yaml index 38341100f..72ea2dec3 100644 --- a/jjb/openflowplugin/openflowplugin-csit-clustering-perf-bulkomatic.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-clustering-perf-bulkomatic.yaml @@ -5,7 +5,7 @@ - inttest-csit-3node # The project name - project: 'openflowplugin' + project: "openflowplugin" # The functionality under test functionality: @@ -14,37 +14,35 @@ # Project branches stream: - - aluminium: - branch: 'master' - jre: 'openjdk11' - - magnesium: - branch: 'stable/magnesium' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' + - sulfur: + branch: "master" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" install: - only: - scope: 'only' - - # Job images - tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - x86_64 - 20200601-220226.013' + scope: "only" # Features to install install-features: > - odl-openflowplugin-flow-services-rest, - odl-openflowplugin-app-bulk-o-matic, - odl-jolokia + odl-openflowplugin-flow-services-rest, + odl-openflowplugin-app-bulk-o-matic, + odl-jolokia # Robot custom options - robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:2250' + robot-options: "-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:2250" # Plot Info - 01-plot-title: 'Flow Add rate' - 01-plot-yaxis: 'flow_mods/sec' - 01-plot-group: 'Java Performance' - 01-plot-data-file: 'rate.csv' - 02-plot-title: 'Flow Add time' - 02-plot-yaxis: 'seconds' - 02-plot-group: 'Java Performance' - 02-plot-data-file: 'time.csv' + 01-plot-title: "Flow Add rate" + 01-plot-yaxis: "flow_mods/sec" + 01-plot-group: "Java Performance" + 01-plot-data-file: "rate.csv" + 02-plot-title: "Flow Add time" + 02-plot-yaxis: "seconds" + 02-plot-group: "Java Performance" + 02-plot-data-file: "time.csv"