From 3c24e23409da3cbe8b22814a1cd365fb5efacf22 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Thu, 2 Feb 2023 14:29:46 -0800 Subject: [PATCH] README: Update Readme under packaging/kernel Update Readme to instruct users to increment the kata config version for any changes made to configs or patches under packaging/kernel. Signed-off-by: Archana Shinde --- tools/packaging/kernel/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/packaging/kernel/README.md b/tools/packaging/kernel/README.md index dbf991540..ce4ea30c4 100644 --- a/tools/packaging/kernel/README.md +++ b/tools/packaging/kernel/README.md @@ -107,6 +107,10 @@ Kata Containers packaging repository holds the kernel configs and patches. The config and patches can work for many versions, but we only test the kernel version defined in the [Kata Containers versions file][kata-containers-versions-file]. +For any change to the kernel configs or patches, the version defined in the file +[`kata_config_version`][kata-containers-versions-file] needs to be incremented +so that the CI can test with these changes. + For further details, see [the kernel configuration documentation](configs). ## How is it tested