From b20982a7e2b1598d5e4ffba9e1c5f9f5acdab211 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 15 Dec 2023 06:46:55 +0000 Subject: [PATCH] C-Dash: Extend time scale to 250 days for trending Change-Id: I4e72ecaf8ab900916b3f38869ba753a7d9e28b44 Signed-off-by: Tibor Frank --- csit.infra.dash/app/cdash/utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py index f5519d6f4e..3772f2055f 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -73,7 +73,7 @@ class Constants: # Maximal value of TIME_PERIOD for data read from the parquets in days. # Do not change without a good reason. - MAX_TIME_PERIOD = 180 + MAX_TIME_PERIOD = 250 # It defines the time period for data read from the parquets in days from # now back to the past. -- 2.16.6