aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/cdash/utils/constants.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-01-25 07:32:35 +0100
committerTibor Frank <tifrank@cisco.com>2023-01-25 06:35:19 +0000
commit97871febabf7133062a55404b35ea80f7c8e7661 (patch)
tree3255dad34b2f83303400df3c55d94b9bd3972368 /csit.infra.dash/app/cdash/utils/constants.py
parent71697940f4467c8d279e1622625fcc59950972a4 (diff)
C-Dash: Add rls2302
- Add rls2302 - Remove rlas2202 - Remove version checking (old workaround) for TRex Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I6e0af74b4b60528a627db16ad33c6d6ee37b257c (cherry picked from commit a3ee1a8412e3928545bcd7a746eb2ee9dfb87b82)
Diffstat (limited to 'csit.infra.dash/app/cdash/utils/constants.py')
-rw-r--r--csit.infra.dash/app/cdash/utils/constants.py2
1 files changed, 1 insertions, 1 deletions
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.