From eb3979307b9399a286d6133f6c96ceecd8be01e4 Mon Sep 17 00:00:00 2001 From: Muhammad Usama Anjum Date: Fri, 22 Nov 2024 11:44:02 +0500 Subject: [PATCH] config: pipeline: Enable v6.12 stable-rc branch Close https://github.com/kernelci/kernelci-pipeline/issues/903 Signed-off-by: Muhammad Usama Anjum --- config/pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index b9a4f9266..16065491d 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -3510,6 +3510,10 @@ build_configs: <<: *stable-rc branch: 'linux-6.11.y' + stable-rc_6.12: + <<: *stable-rc + branch: 'linux-6.12.y' + stable-rt_v4.14-rt: tree: stable-rt branch: 'v4.14-rt'