]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: integration: Drop the Fedora 35 check
authorErik Skultety <eskultet@redhat.com>
Tue, 18 Jul 2023 08:09:05 +0000 (10:09 +0200)
committerErik Skultety <eskultet@redhat.com>
Fri, 11 Aug 2023 12:55:56 +0000 (14:55 +0200)
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>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
ci/integration-template.yml

index efd04b76c1b27ce80ca226b1fd69300ae4e0245a..111a1152863ab40a4ef50d5e46a31cf9272ad980 100644 (file)
@@ -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