From: rexlee8776 Date: Mon, 12 Sep 2016 07:30:23 +0000 (+0000) Subject: bugfix: yardstick reporing in stable branch omit stable/ X-Git-Tag: colorado.1.0~50^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=92761ca0f81e132a4e9678e6383b6ad8f457eba7 bugfix: yardstick reporing in stable branch omit stable/ JIRA: YARDSTICK-343 Change-Id: I926d1fcb308feb118663ba4db7adf3bc9eab7cbe Signed-off-by: rexlee8776 --- diff --git a/utils/test/reporting/yardstick/reportingConf.py b/utils/test/reporting/yardstick/reportingConf.py index 9e34034e2..447b428a8 100644 --- a/utils/test/reporting/yardstick/reportingConf.py +++ b/utils/test/reporting/yardstick/reportingConf.py @@ -11,7 +11,7 @@ # **************************************************** installers = ["apex", "compass", "fuel", "joid"] -versions = ["master", "stable/colorado"] +versions = ["master", "colorado"] # get data in the past 7 days PERIOD = 7