
I updated vdsm libvirt requirement to 7.0.0-14. The package exists in centos stream and rhel so the change is correct, but the install check fails in the CI. I found that adding the repo to check-patch.repos works: https://gerrit.ovirt.org/c/vdsm/+/115039/4/automation/check-patch.repos But depending on mirror.centos.org does not feel like the right way. I think keeping a local mirror is the right way. It looks like the stdci docs[1] are not maintained for a while, listing mirrors for fedora 30 and centos 7. Looking in the mirrors jobs[2] we have advanced-virtualization for centos[3] but it holds old versions (6.x). Can we add a local mirror for this repo? [1] https://ovirt-infra-docs.readthedocs.io/en/latest/CI/List_of_mirrors/index.h... [2] https://jenkins.ovirt.org/search/?q=system-sync_mirrors [3] https://buildlogs.centos.org/centos/8/virt/x86_64/advanced-virtualization/Pa... Nir