X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-perf-bulkomatic.yaml;h=2febba92eadc67640a19a49c2114293dc8afb8b7;hb=766afbe79e3f6487937f163d1365735c491a755c;hp=4b29ac7176d0fd140172ce18bbc12160538c913d;hpb=744126aea2e7eb0417db904ba026223738c86e8b;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml b/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml index 4b29ac717..2febba92e 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,35 @@ # Project branches stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + - 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, - 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"