From 97871febabf7133062a55404b35ea80f7c8e7661 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 25 Jan 2023 07:32:35 +0100 Subject: C-Dash: Add rls2302 - Add rls2302 - Remove rlas2202 - Remove version checking (old workaround) for TRex Signed-off-by: Tibor Frank Change-Id: I6e0af74b4b60528a627db16ad33c6d6ee37b257c (cherry picked from commit a3ee1a8412e3928545bcd7a746eb2ee9dfb87b82) --- csit.infra.dash/app/cdash/utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit.infra.dash/app/cdash/utils/constants.py') diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py index e9777985dd..6885ac55bf 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -74,7 +74,7 @@ class Constants: # List of releases used for iterative data processing. # The releases MUST be in the order from the current (newest) to the last # (oldest). - RELEASES = ["rls2210", "rls2206", "rls2202", ] + RELEASES = ["rls2302", "rls2210", "rls2206", ] ############################################################################ # General, application wide, layout affecting constants. -- cgit 1.2.3-korg