On Wed, Apr 13, 2016 at 10:19 AM, Eyal Edri <[email protected]> wrote:
> We should also have more el7 hypervisors now so if needed we can use them > instead. > > We can reinstall the fc23 as el7 if we don't need specifically fedora hosts > I'm not aware of jobs requiring fc23 slaves. > On Apr 13, 2016 11:09 AM, "David Caro" <[email protected]> wrote: > >> On 04/12 18:16, Sandro Bonazzola wrote: >> > Hi, >> > Project vdsm_master_check-merged-el7-x86_64 failing consistently at >> least >> > since April 7. >> > >> > *00:15:04.646* * Starting VM vdsm_functional_tests_host-fc23: >> > *00:15:04.649* libvirt: QEMU Driver error : Cannot check QEMU binary >> > /usr/libexec/qemu-kvm: No such file or directory >> > >> > >> > Please fix functional test ASAP. >> > >> > CC infra so they're aware of the issue as well. >> >> That's caused by the tests when they run el* chroot on top of fedora* >> host, it >> can be easily fixed with this snippet running on the automation/* scripts >> (extracted from the lago ones): >> >> # Ugly fix to be able to run el* on fc* >> if ! [[ -e /usr/bin/qemu-kvm ]]; then >> ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-kvm >> fi >> >> >> > >> > -- >> > Sandro Bonazzola >> > Better technology. Faster innovation. Powered by community >> collaboration. >> > See how it works at redhat.com >> >> > _______________________________________________ >> > Infra mailing list >> > [email protected] >> > http://lists.ovirt.org/mailman/listinfo/infra >> >> >> -- >> David Caro >> >> Red Hat S.L. >> Continuous Integration Engineer - EMEA ENG Virtualization R&D >> >> Tel.: +420 532 294 605 >> Email: [email protected] >> IRC: dcaro|dcaroest@{freenode|oftc|redhat} >> Web: www.redhat.com >> RHT Global #: 82-62605 >> >> _______________________________________________ >> Devel mailing list >> [email protected] >> http://lists.ovirt.org/mailman/listinfo/devel >> > -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com
_______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
