Re: [ovirt-devel] Automation CI for vdsm

2016-01-31 Thread Barak Korren
On 31 January 2016 at 14:15, Eyal Edri wrote: > Adding lago-devel. > Anyone from Lago project can help debug why it is taking so long to setup > Lago (1:17 hours?) > Simple, Lago downloads some big images and does a full sync of some large package repos... Most of that should be

Re: [ovirt-devel] Automation CI for vdsm

2016-01-31 Thread David Caro Estevez
I have an unstable temporary repo with el6, el7, fc22 and fc23 images that weight ~ 300 mb and are updated to latest packages, working on get it properly generated and be able to replace all the current images, that should ease the first init, but the reposetup is still an issue, you might

Re: [ovirt-devel] Automation CI for vdsm

2015-12-22 Thread Yaniv Bronheim
OK. so for now the patch [1] skips all storage and OVSNetwork tests Which still doesn't help much, single run takes more than 3hrs :/ (1:17hr, for the setup :\ the rest for the tests) The output looks pretty good though :) [1] https://gerrit.ovirt.org/#/c/48268/ On Thu, Dec 17, 2015 at 12:13

Re: [ovirt-devel] Automation CI for vdsm

2015-12-17 Thread Petr Horacek
Hi, OVSNetworkTest requires vdsm-hook-ovs installed (tests are not skipped if the package is not installed) and openvswitch service running (not started automatically). NetworkTest are not able to run together with OVSNetworkTest since we are doing ugly inheritance hacking there. My apologize for