Skip to content

Commit

Permalink
packit: Re-disable centos-stream-10
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martinpitt authored and jelly committed May 28, 2024
1 parent 41f337f commit f19faca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit f19faca

Please sign in to comment.