X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-cbench.yaml;h=2e6099de7b66e30060573538c23545efe181f1b5;hb=589cce540cfa2aba48ba0ac1471461079072a8a0;hp=ec0b0b2d6349e4133ad807751e94c4460ba246b5;hpb=4dc6f512e6272bf953c3b90d20b2c683847c144c;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench.yaml index ec0b0b2d6..2e6099de7 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench.yaml @@ -5,42 +5,42 @@ - inttest-csit-1node # The project name - project: 'openflowplugin' + project: "openflowplugin" # The functionality under test - functionality: 'cbench' + functionality: "cbench" # Project branches stream: + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" - magnesium: - branch: 'master' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + branch: "stable/magnesium" + jre: "openjdk11" install: - only: - scope: 'only' + scope: "only" # Job images - tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881' + tools_system_image: "ZZCI - Ubuntu 16.04 - mininet-ovs-28 - x86_64 - 20200813-051640.743" # 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"