X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fcdash%2Futils%2Fconstants.py;h=6885ac55bf60c57a3a549ba09a96126b044f7e69;hb=a3ee1a8412e3928545bcd7a746eb2ee9dfb87b82;hp=e9777985dd3e5e0ad1648f5cc09bb7bff0ca1f61;hpb=08add4b7d39a752dafc69bf9a19caf28906fb29b;p=csit.git 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.