From 65d0b71dfc75dc37eef1cfac504b6c52cdefc63e Mon Sep 17 00:00:00 2001 From: Michael Armijo Date: Mon, 15 Jul 2024 12:04:23 -0600 Subject: [PATCH] [release-4.14] denylist: add dhcp-propagation and podman.rootless-systemd In 4.14, these tests are using the F38 container. The F38 content was moved to the archive on the mirrors but the metalinks still reference the non-archive URLs causing these tests to fail. Let's denylist them for now until https://pagure.io/releng/issue/12204 is resolved. --- kola-denylist.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index 68b28616..e92cf48b 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -28,3 +28,9 @@ tracker: https://github.com/openshift/os/issues/1237 osversion: - c9s + +- pattern: ext.config.shared.podman.rootless-systemd + tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1760 + +- pattern: ext.config.shared.ntp.chrony.dhcp-propagation + tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1761