X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-cbench.yaml;h=b89ff1e0d69377070c5d7ef4387ab0ef688b2bbf;hb=a75eb83c7b3f4b166d4ef71516b162deaa62a2d5;hp=cc0769a33ab874aec3acb6b12133958a3e3cc31b;hpb=3c3bec550bb8e339636a91848823fd1b8990e6f0;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench.yaml index cc0769a33..b89ff1e0d 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench.yaml @@ -5,41 +5,42 @@ - inttest-csit-1node # The project name - project: 'openflowplugin' + project: "openflowplugin" # The functionality under test - functionality: 'cbench' + functionality: "cbench" # Project branches stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' + - sulfur: + branch: "master" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" install: - only: - scope: 'only' - - # Job images - tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20181001-220228.326' + scope: "only" # Features to install - install-features: 'odl-openflowplugin-flow-services-rest,odl-openflowplugin-drop-test' + install-features: "odl-openflowplugin-flow-services-rest,odl-openflowplugin-drop-test" # Robot custom options - robot-options: '-v duration_in_secs:60 -v throughput_threshold:20000 -v latency_threshold:2000' + robot-options: "-v duration_in_secs:60 -v throughput_threshold:20000 -v latency_threshold:1000" # Plot Info - 01-plot-title: 'Throughput Mode' - 01-plot-yaxis: 'flow_mods/sec' - 01-plot-group: 'Cbench Performance' - 01-plot-data-file: 'throughput.csv' - 02-plot-title: 'Latency Mode' - 02-plot-yaxis: 'flow_mods/sec' - 02-plot-group: 'Cbench Performance' - 02-plot-data-file: 'latency.csv' + 01-plot-title: "Throughput Mode" + 01-plot-yaxis: "flow_mods/sec" + 01-plot-group: "Cbench Performance" + 01-plot-data-file: "throughput.csv" + 02-plot-title: "Latency Mode" + 02-plot-yaxis: "flow_mods/sec" + 02-plot-group: "Cbench Performance" + 02-plot-data-file: "latency.csv"