From: Jamo Luhrsen Date: Wed, 15 Apr 2015 22:34:57 +0000 (-0700) Subject: Daily cbench perf job. Should run for aprox 60m X-Git-Tag: release/lithium~271 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=57126c086ca9c492f17b68eb08f99ff850b4e1ff Daily cbench perf job. Should run for aprox 60m Change-Id: I5151d37cdb9fa7db6d8723ad1f8547b4e2c47b8c Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench-daily-master.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench-daily-master.yaml new file mode 100644 index 000000000..b5413c72c --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-cbench-daily-master.yaml @@ -0,0 +1,41 @@ +- project: + name: openflowplugin-csit-cbench-daily-master + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'cbench-daily' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test' + + # Robot custom options + robot-options: '-v duration_in_secs:180' + + # Trigger jobs (daily) + triggers: + - timed: '@daily' + + trigger-jobs: '' + + # 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'