mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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 <eskultet@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
85688f475f
commit
6d46808a0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user