On Fri, May 3, 2024 at 2:29 PM Daniel P. Berrangé <berra...@redhat.com> wrote: > We have compile coverage of x86_64-softmmu on the cross-win64 mingw > job. So we're not loosing any compile coverage in aggregate with > this change, in fact we improve it by compiling sparc here. > > The msys2-64bit job currently takes 50mins wallclock just to compile > and run unit tests though, which is quite long already. > > What's the new running time when you enable qtest too ?
It's very variable. The run I did to test it (https://gitlab.com/bonzini/qemu/-/jobs/6773108916) took 80 minutes, but it seemed to be a slow one. Yesterday afternoon I had a run that took 80 minutes and failed the build (so it didn't run "make check" at all). There are just a dozen qtests that run, the useful part is checking that you can run qtests at all under Windows. Paolo