From: Peter Gubka Date: Thu, 25 Jun 2015 10:51:06 +0000 (+0200) Subject: adding master to be tested and plot part X-Git-Tag: release/lithium-sr1~82 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8b3b8ca683ad0154b090b70be97f35c37c7d40b2;p=releng%2Fbuilder.git adding master to be tested and plot part plot part is added for changes from https://git.opendaylight.org/gerrit/#/c/23166/ Change-Id: I974212d31320aaae919edbdfd3c20b0fe04a2a99 Signed-off-by: Peter Gubka --- diff --git a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-lithium-redesign.yaml index 95fd482b0..51fe40f04 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-lithium-redesign.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-lithium-redesign.yaml @@ -11,6 +11,8 @@ # Project branches stream: + - master: + branch: 'master' - stable-lithium: branch: 'stable/lithium' @@ -26,3 +28,9 @@ # Trigger jobs (daily) schedule: 'H H * * *' + + # Plot Info + 01-plot-title: 'Flows Setup Time' + 01-plot-yaxis: '[s]' + 01-plot-group: 'Config Performance' + 01-plot-data-file: 'flows_setup_time.csv' diff --git a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml index 077188f13..2502ba7ca 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml @@ -11,6 +11,8 @@ # Project branches stream: + - master: + branch: 'master' - stable-lithium: branch: 'stable/lithium' @@ -26,3 +28,9 @@ # Trigger jobs (daily) schedule: 'H H * * *' + + # Plot Info + 01-plot-title: 'Flows Setup Time' + 01-plot-yaxis: '[s]' + 01-plot-group: 'Config Performance' + 01-plot-data-file: 'flows_setup_time.csv'