From 5f15a99b2f26248651d0ed34f3867cf66634f11e Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Sat, 3 Sep 2022 00:02:34 +0000 Subject: [PATCH 1/5] Bump fedora-coreos-config Huijing Hei (2): dhcp-propagation: add workaround for scos and rhcos9 rootless-systemd: make it work on rhcos --- .fedora-coreos-config-base | 2 +- fedora-coreos-config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.fedora-coreos-config-base b/.fedora-coreos-config-base index e70da1bd0..3eb5f600d 100644 --- a/.fedora-coreos-config-base +++ b/.fedora-coreos-config-base @@ -1 +1 @@ -b53afb9f91f90e0c4fa0339981ad46a515e7d5ed +254cf4f4e083b36f94a7008a620b59a069ce12c2 diff --git a/fedora-coreos-config b/fedora-coreos-config index 254cf4f4e..d982427cd 160000 --- a/fedora-coreos-config +++ b/fedora-coreos-config @@ -1 +1 @@ -Subproject commit 254cf4f4e083b36f94a7008a620b59a069ce12c2 +Subproject commit d982427cd012acaaa48310a73929e0112ddb167c From 8d0770a58d18c14c9b507f2bbf2464aa1852b11b Mon Sep 17 00:00:00 2001 From: Huijing Hei Date: Fri, 2 Sep 2022 15:24:58 +0800 Subject: [PATCH 2/5] Rename EFI/redhat dir to EFI/vendor Consider of building scos using centos stream, we want to make this more flexiable to different ventor instead of fixed `redhat`. Change with coreos-assember refer to https://github.com/coreos/coreos-assembler/pull/3048 --- live/EFI/{redhat => vendor}/grub.cfg | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename live/EFI/{redhat => vendor}/grub.cfg (100%) diff --git a/live/EFI/redhat/grub.cfg b/live/EFI/vendor/grub.cfg similarity index 100% rename from live/EFI/redhat/grub.cfg rename to live/EFI/vendor/grub.cfg From 54c750ad57c35417d0c13af5a8d4f3ff4efa9e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 5 Sep 2022 10:29:41 +0200 Subject: [PATCH 3/5] denylist: Re-enable ext.config.shared.chrony.dhcp-propagation for EL9 --- kola-denylist.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index 21c2f0b44..1bba88317 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -51,10 +51,6 @@ osversion: - c9s - rhel-9.0 -- pattern: ext.config.shared.chrony.dhcp-propagation - osversion: - - c9s - - rhel-9.0 - pattern: ext.config.shared.files.dracut-executable tracker: https://github.com/openshift/os/issues/942 osversion: From 5dc986240ab53755839db55f8b4838c60ad86096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 5 Sep 2022 10:30:45 +0200 Subject: [PATCH 4/5] denylist: Skip ext.config.shared.podman.rootless-systemd for EL9 --- kola-denylist.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index 1bba88317..f4ecb2c6b 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -64,6 +64,11 @@ osversion: - c9s - rhel-9.0 +- pattern: ext.config.shared.podman.rootless-systemd + tracker: https://bugzilla.redhat.com/show_bug.cgi?id=2123246 + osversion: + - c9s + - rhel-9.0 - pattern: ext.config.version.rhel-major-version osversion: - c9s From 153e04645b9894b2a11cef50373e5e74ad169be2 Mon Sep 17 00:00:00 2001 From: Huijing Hei Date: Mon, 5 Sep 2022 15:04:33 +0800 Subject: [PATCH 5/5] denylist: Re-enable podman.dns for EL9 --- kola-denylist.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index f4ecb2c6b..d9c735bd3 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -60,10 +60,6 @@ osversion: - c9s - rhel-9.0 -- pattern: ext.config.shared.podman.dns - osversion: - - c9s - - rhel-9.0 - pattern: ext.config.shared.podman.rootless-systemd tracker: https://bugzilla.redhat.com/show_bug.cgi?id=2123246 osversion: