From 13c602431a5cc11dbaf99fd9f7f1a488f51662fb Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Tue, 5 May 2015 11:28:46 +0200 Subject: [PATCH] new job to compare rates of ofp after redesign to be merged after https://git.opendaylight.org/gerrit/19580 Change-Id: I3e4228d080a85d9c14fc341bc3efb34d61ea5788 Signed-off-by: Peter Gubka --- ...t-config-performance-lithium-redesign.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 jjb/openflowplugin/openflowplugin-csit-config-performance-lithium-redesign.yaml diff --git a/jjb/openflowplugin/openflowplugin-csit-config-performance-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-config-performance-lithium-redesign.yaml new file mode 100644 index 000000000..6077afd5e --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-config-performance-lithium-redesign.yaml @@ -0,0 +1,34 @@ +- project: + name: openflowplugin-csit-config-performance-lithium-redesign + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'config-performance-lithium-redesign' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui-li' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' + + # Plot Info + 01-plot-title: 'Config Rest Api Rate' + 01-plot-yaxis: 'http_req/sec' + 01-plot-group: 'Config Performance' + 01-plot-data-file: 'rates.csv' -- 2.36.6