From 6a374b0596a82e3dbf3a987b0275ec6a012ee918 Mon Sep 17 00:00:00 2001 From: Ben Copeland Date: Fri, 15 May 2026 14:27:12 +0100 Subject: [PATCH] config: restrict AWS/RPM builds to kernels >= 6.6 Add min_version 6.6 to both kbuild-gcc-14-{x86,arm64}-aws-ec2 so the jobs are skipped on stable/stable-rc branches since current it'll error out. Signed-off-by: Ben Copeland --- config/jobs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/jobs.yaml b/config/jobs.yaml index 9b10647e7..821dcd94b 100644 --- a/config/jobs.yaml +++ b/config/jobs.yaml @@ -1571,6 +1571,9 @@ jobs: extra_targets: - 'binrpm-pkg' rules: + min_version: + version: 6 + patchlevel: 6 tree: - 'mainline' - 'stable' @@ -1586,6 +1589,9 @@ jobs: extra_targets: - 'binrpm-pkg' rules: + min_version: + version: 6 + patchlevel: 6 tree: - 'mainline' - 'stable'