From 5e3e5babfbb67b6d0c305ada355296087de4abf2 Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Mon, 2 Dec 2024 12:58:45 -0800 Subject: [PATCH] Add 6.13 to supported kernels No updates needed this time. Signed-off-by: Omar Sandoval --- docs/support_matrix.rst | 2 +- vmtest/config.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/support_matrix.rst b/docs/support_matrix.rst index b75b5f604..255cf6389 100644 --- a/docs/support_matrix.rst +++ b/docs/support_matrix.rst @@ -72,7 +72,7 @@ currently fully supported are: .. Keep this in sync with vmtest/config.py. -- 6.0-6.12 +- 6.0-6.13 - 5.10-5.19 - 5.4 - 4.19 diff --git a/vmtest/config.py b/vmtest/config.py index f903d9ec0..c5f014f40 100644 --- a/vmtest/config.py +++ b/vmtest/config.py @@ -13,6 +13,7 @@ # Kernel versions that we run tests on and therefore support. Keep this in sync # with docs/support_matrix.rst. SUPPORTED_KERNEL_VERSIONS = ( + "6.13", "6.12", "6.11", "6.10",