On Fri, 05/05 10:07, Paolo Bonzini wrote: > > > On 05/05/2017 10:05, Fam Zheng wrote: > >> Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> > >> > >> For patch 5, I think we should revive the "quick" qemu-iotests group > >> (maybe we can have support for skipping groups, and have a "slow" group > >> with the very few tests that take >30 seconds?) and add the quick tests > >> to "make check". > > Sounds like a good idea, but for a separate series, IMO. > > > > The idea of the new test-block is to include all qemu-iotests tests. I only > > added raw and qcow2 because vmdk etc. fails case 181. I could use "-x" but > > that's a bit ugly - they can wait for the fix. > > I think that would still be a bit too slow for patchew?
We have ~1 hour between each series, this one is not slower than the current docker build tests, so I think it's fine - we can make it run in parallel, like in the case of the s390x build. Fam