From: Erik Skultety Date: Tue, 18 Jul 2023 08:09:05 +0000 (+0200) Subject: ci: integration: Drop the Fedora 35 check X-Git-Tag: v9.7.0-rc1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d46808a0e92c5b895a585bd97802840cf353c5b;p=thirdparty%2Flibvirt.git ci: integration: Drop the Fedora 35 check We're already past Fedora 35 and so all new fedora's default to modular daemon setup. Signed-off-by: Erik Skultety Reviewed-by: Andrea Bolognani --- 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