X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Futils%2Fconstants.py;h=b5ab6f65af5b2f757786c010822866d3eac3857f;hp=1f31185f71bf958151f09bb2983bdc00bc8d1af7;hb=8d85a976dc8bd2c960044b32e830eb97f63f5ffe;hpb=086b0449501bc4eb51cd617f28dd50e04326878a diff --git a/resources/tools/dash/app/pal/utils/constants.py b/resources/tools/dash/app/pal/utils/constants.py index 1f31185f71..b5ab6f65af 100644 --- a/resources/tools/dash/app/pal/utils/constants.py +++ b/resources/tools/dash/app/pal/utils/constants.py @@ -255,14 +255,13 @@ class Constants: # application. NEWS_HTML_LAYOUT_FILE = "pal/templates/news_layout.jinja2" - # The default job displayed when the page is loaded first time. - NEWS_DEFAULT_JOB = "csit-vpp-perf-mrr-daily-master-2n-icx" - # Time period for regressions and progressions. NEWS_TIME_PERIOD = TIME_PERIOD # [days] - # Time period for summary tables. - NEWS_SUMMARY_PERIOD = 7 # [days] + # Time periods for summary tables. + NEWS_LAST = 1 # [days] + NEWS_SHORT = 7 # [days] + NEWS_LONG = NEWS_TIME_PERIOD # [days] ############################################################################ # Report.