Change display way of reporting status, add last ten days score
[releng.git] / utils / test / reporting / yardstick / reportingConf.py
index 9e34034..52d9997 100644 (file)
 # ****************************************************
 installers = ["apex", "compass", "fuel", "joid"]
 
-versions = ["master", "stable/colorado"]
+versions = ["master", "colorado"]
 
-# get data in the past 7 days
-PERIOD = 7
+# get data in the past 10 days
+PERIOD = 10
 
 # get the lastest 4 test results to determinate the success criteria
 LASTEST_TESTS = 4