From: rexlee8776 Date: Mon, 12 Sep 2016 07:30:23 +0000 (+0000) Subject: bugfix: yardstick reporing in stable branch omit stable/ X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=93e7283a51d7de44477c3aba3a891847ebc19598;p=releng-testresults.git bugfix: yardstick reporing in stable branch omit stable/ JIRA: YARDSTICK-343 Change-Id: I926d1fcb308feb118663ba4db7adf3bc9eab7cbe Signed-off-by: rexlee8776 --- diff --git a/reporting/yardstick/reportingConf.py b/reporting/yardstick/reportingConf.py index 9e34034..447b428 100644 --- a/reporting/yardstick/reportingConf.py +++ b/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