From 39226f4d367b677d585192bb8bff2a839b270bb3 Mon Sep 17 00:00:00 2001 From: Jayashree Huttanagoudar Date: Fri, 5 Dec 2025 21:38:13 +0530 Subject: [PATCH] OCPERT-240 Enable 4.21 on test result dashboard --- tools/auto_release_test_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto_release_test_dashboard.py b/tools/auto_release_test_dashboard.py index 8f8b41c6cde8..a48895bc4bab 100644 --- a/tools/auto_release_test_dashboard.py +++ b/tools/auto_release_test_dashboard.py @@ -120,7 +120,7 @@ def load_test_results(release='4.12'): with cola: release = st.selectbox( 'Choose minor release', - ("4.12", "4.13", "4.14", "4.15", "4.16", "4.17", "4.18", "4.19", "4.20") + ("4.12", "4.13", "4.14", "4.15", "4.16", "4.17", "4.18", "4.19", "4.20", "4.21") ) # clear cache manually if you want to get latest results with colb: