From 192c397ee4a27cb58020de8d12e3f557d64970b5 Mon Sep 17 00:00:00 2001 From: Ben Copeland Date: Wed, 17 Dec 2025 23:52:34 +0000 Subject: [PATCH] config/trees: stable-rc add 6.17.y and 6.18.y and remove dead ones Remove branches (6.7.y, 6.9.y, 6.10.y, 6.11.y, 6.13.y, 6.14.y, 6.15.y and 6.16.y). Add current stable branches (6.17.y, 6.18.y) Signed-off-by: Ben Copeland --- config/trees/stable-rc.yaml | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/config/trees/stable-rc.yaml b/config/trees/stable-rc.yaml index f1952fd99..56e82c89f 100644 --- a/config/trees/stable-rc.yaml +++ b/config/trees/stable-rc.yaml @@ -19,30 +19,14 @@ build_configs: <<: *stable-rc branch: 'linux-6.6.y' - stable-rc_6.7: - <<: *stable-rc - branch: 'linux-6.7.y' - - stable-rc_6.9: - <<: *stable-rc - branch: 'linux-6.9.y' - - stable-rc_6.10: - <<: *stable-rc - branch: 'linux-6.10.y' - - stable-rc_6.11: - <<: *stable-rc - branch: 'linux-6.11.y' - stable-rc_6.12: <<: *stable-rc branch: 'linux-6.12.y' - stable-rc_6.13: + stable-rc_6.17: <<: *stable-rc - branch: 'linux-6.13.y' + branch: 'linux-6.17.y' - stable-rc_6.14: + stable-rc_6.18: <<: *stable-rc - branch: 'linux-6.14.y' + branch: 'linux-6.18.y'