From f19facaf4b8d2169130e13c2c9f8dfc327542332 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 28 May 2024 04:06:20 +0200 Subject: [PATCH] packit: Re-disable centos-stream-10 Installing kernel-modules-extra as a workaround for https://issues.redhat.com/browse/RHEL-29893 doesn't work reliably: Current TF image has an outdated running kernel 6.9.0-0.rc2.1.el10 while dnf sees the current kernel 6.9.0-7.el10, so the installed modules don't match. This is just too broken still, so go back to ignoring CentOS/RHEL 10 until this is fixed. --- packit.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packit.yaml b/packit.yaml index 2c4f41232..2aefec9e0 100644 --- a/packit.yaml +++ b/packit.yaml @@ -36,7 +36,8 @@ jobs: packages: [cockpit-machines-centos] targets: - centos-stream-9 - - centos-stream-10 + # blocked on https://issues.redhat.com/browse/RHEL-29893 + # - centos-stream-10 - job: tests packages: [cockpit-machines-fedora] @@ -51,7 +52,8 @@ jobs: trigger: pull_request targets: - centos-stream-9 - - centos-stream-10 + # blocked on https://issues.redhat.com/browse/RHEL-29893 + # - centos-stream-10 - job: copr_build trigger: release