X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-perf-bulkomatic.yaml;h=02d15d2a8a0f79ef432e5a20bfdb376280c45688;hb=548c01af3eed5174341ac884abb52db52bac0604;hp=947a34406738f08006827128b7b1ab92abe3a5da;hpb=73db6e3816a507f0c12edede5d8951c488800bda;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml b/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml index 947a34406..02d15d2a8 100644 --- a/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml @@ -5,7 +5,7 @@ - inttest-csit-1node # The project name - project: 'openflowplugin' + project: "openflowplugin" # The functionality under test functionality: @@ -14,37 +14,40 @@ # Project branches stream: + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" + - magnesium: + branch: "stable/magnesium" + jre: "openjdk11" - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + branch: "stable/sodium" install: - only: - scope: 'only' + scope: "only" # Job images - tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20181001-220228.326' + 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, - odl-openflowplugin-app-bulk-o-matic, - odl-jolokia, - decanter-collector-jmx, - decanter-appender-elasticsearch + 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:3125' + robot-options: "-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:3125" # 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"