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 | c1c162163b8f538a38c627796faab56ad133229b (patch) | |
tree | d8911ff7080cc18839e175d91e88dd37cdb89da1 /reporting/yardstick | |
parent | 2157ee77e9827aa134ce2042276986f3d3523e9a (diff) |
Add stable/colorado to versions
Change-Id: Ieccb04d20ca23265af30e6a671cd999b6d1cd349
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'reporting/yardstick')
-rw-r--r-- | reporting/yardstick/reportingConf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/yardstick/reportingConf.py b/reporting/yardstick/reportingConf.py index af95cc0..9e34034 100644 --- a/reporting/yardstick/reportingConf.py +++ b/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 |