X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Fyardstick%2FreportingConf.py;h=52d99974048f4d28741cf2e30be8b170febfe0fd;hb=19630581f1ac53918aa5cc15faca8b2f0d53c00e;hp=447b428a8ff541f85775385b441156fe34abd3ff;hpb=c5a5ac59a33dacaaf47b210aee42c75f4459b273;p=releng.git diff --git a/utils/test/reporting/yardstick/reportingConf.py b/utils/test/reporting/yardstick/reportingConf.py index 447b428a8..52d999740 100644 --- a/utils/test/reporting/yardstick/reportingConf.py +++ b/utils/test/reporting/yardstick/reportingConf.py @@ -13,8 +13,8 @@ installers = ["apex", "compass", "fuel", "joid"] 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