[libvirt PATCH] ci: integration: Drop the Fedora 35 check

Erik Skultety posted 1 patch 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/4af4320d78b314e42535d0e2c08be2e6968bac59.1691670736.git.eskultet@redhat.com
ci/integration-template.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[libvirt PATCH] ci: integration: Drop the Fedora 35 check
Posted by Erik Skultety 9 months ago
We're already past Fedora 35 and so all new fedora's default to
modular daemon setup.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
 ci/integration-template.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci/integration-template.yml b/ci/integration-template.yml
index efd04b76c1..111a115286 100644
--- a/ci/integration-template.yml
+++ b/ci/integration-template.yml
@@ -38,8 +38,7 @@
 
 .enable-libvirt-debugging: &enable-libvirt-debugging
   - source /etc/os-release  # in order to query the vendor-provided variables
-  - if test "$ID" = "centos" && test "$VERSION_ID" -lt 9 ||
-       test "$ID" = "fedora" && test "$VERSION_ID" -lt 35;
+  - if test "$ID" = "centos" && test "$VERSION_ID" -lt 9;
     then
       DAEMONS="libvirtd virtlockd virtlogd";
     else
-- 
2.41.0
Re: [libvirt PATCH] ci: integration: Drop the Fedora 35 check
Posted by Andrea Bolognani 9 months ago
On Thu, Aug 10, 2023 at 02:32:21PM +0200, Erik Skultety wrote:
> We're already past Fedora 35 and so all new fedora's default to
> modular daemon setup.
>
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---
>  ci/integration-template.yml | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization