diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-12 07:39:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-12 07:39:37 +0000 |
commit | afe8581e20575110e299ebfb4c63f89ac7625ecc (patch) | |
tree | d1d5c6cde5c606ecaace238f3487d77d1b5a433a | |
parent | 3065cdbb3d3b0c69c484e4d2b4c295d8babe1e2c (diff) | |
parent | 92761ca0f81e132a4e9678e6383b6ad8f457eba7 (diff) |
Merge "bugfix: yardstick reporing in stable branch omit stable/"
-rw-r--r-- | utils/test/reporting/yardstick/reportingConf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |