X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-cbench.yaml;h=2e94f42f1ebcefb2c465e1824bdce8ab14b615ca;hb=7a164b0c914e98869cc5ecbb440b7821baf3f228;hp=8b561ce744ec86580b1bf4e07248973c9633e4d3;hpb=7b5e27ed8784b8ea44715042dc06ba590eceb19c;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench.yaml index 8b561ce74..2e94f42f1 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench.yaml @@ -5,41 +5,40 @@ - inttest-csit-1node # The project name - project: 'openflowplugin' + project: "openflowplugin" + jre: "openjdk17" # The functionality under test - functionality: 'cbench' + functionality: "cbench" # Project branches stream: - - aluminium: - branch: 'master' - jre: 'openjdk11' - - magnesium: - branch: 'stable/magnesium' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' + - argon: + branch: "master" + - chlorine: + branch: "stable/chlorine" + - sulfur: + branch: "stable/sulfur" + jre: "openjdk11" install: - only: - scope: 'only' - - # Job images - tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - x86_64 - 20200801-220238.229' + 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:1000' + 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"