Skip to content

Commit

Permalink
kola-denylist: add ext.config.shared.networking.* on c9s
Browse files Browse the repository at this point in the history
A bunch of tests are failing because `systemd-network-generator.service`
is hitting SELinux denials:

https://issues.redhat.com/browse/RHEL-47033

Some of these tests are testing things that don't strictly need that
service, but test kargs that trigger it anyway. Other tests do (e.g.
`ifname=`) and so that functionality is indeed currently broken on c9s.

That said, there's continuing requests to have preliminary c9s
bootimages for testing. So let's not block on this issue for now.
  • Loading branch information
jlebon committed Aug 6, 2024
1 parent 2def1b9 commit bea16e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
osversion:
- c9s

- pattern: ext.config.shared.networking.*
tracker: https://issues.redhat.com/browse/RHEL-47033
osversion:
- c9s

# we're missing a cri-o rebuild for 4.17, which blocks on buildroot issues
- pattern: ext.config.version.rhaos-pkgs-match-openshift
tracker: https://issues.redhat.com/browse/RHEL-35883
Expand Down

0 comments on commit bea16e7

Please sign in to comment.