From 92761ca0f81e132a4e9678e6383b6ad8f457eba7 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Mon, 12 Sep 2016 07:30:23 +0000 Subject: [PATCH] bugfix: yardstick reporing in stable branch omit stable/ JIRA: YARDSTICK-343 Change-Id: I926d1fcb308feb118663ba4db7adf3bc9eab7cbe Signed-off-by: rexlee8776 --- utils/test/reporting/yardstick/reportingConf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6