From 225bb4696eb1633aa067f1dc0097a2c475a61ce8 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Mon, 14 Apr 2025 22:16:18 -0700 Subject: [PATCH] ci: don't run test_kernel on linux-pam-pmos (MR 6418) The pkg name changed a while back in d3545fc941. [ci:skip-build]: already built successfully in CI --- .ci/testcases/test_kernel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/testcases/test_kernel.py b/.ci/testcases/test_kernel.py index 647a8743e..fe163e985 100644 --- a/.ci/testcases/test_kernel.py +++ b/.ci/testcases/test_kernel.py @@ -23,7 +23,7 @@ def test_aports_kernel(): apkbuild = pmb.parse.apkbuild(path) aport_name = os.path.basename(os.path.dirname(path)) - if aport_name == "linux-pam": + if aport_name == "linux-pam-pmos": continue # This package isn't a linux kernel! if "pmb:cross-native" not in apkbuild["options"]: