diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-09-07 03:18:25 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-09-07 03:21:43 +0000 |
commit | a9bd69085e199b32e115dd2f0d17b442a314a686 (patch) | |
tree | c72b8e82cec026f0ac3651178a6546501bc6418f /utils | |
parent | 9d8271d16150ccedc70e231e4ff0ab3bb9934abe (diff) |
Add stable/colorado to versions
Change-Id: Ieccb04d20ca23265af30e6a671cd999b6d1cd349
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'utils')
-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 af95cc00f..9e34034e2 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"] +versions = ["master", "stable/colorado"] # get data in the past 7 days PERIOD = 7 |