On 15/03/19 17:28, Peter Maydell wrote:
> On Fri, 15 Mar 2019 at 15:12, Stefan Hajnoczi <[email protected]> wrote:
>> How should all sub-maintainers be checking their pull requests?
>>
>> We should have information and a strict policy on minimum testing of
>> pull requests. Right now I imagine it varies a lot between
>> sub-maintainers.
>>
>> For my block pull requests I run qemu-iotests locally and also push to
>> GitHub to trigger Travis CI.
>
> For my arm pullreqs I do light smoke testing on x86-64 typically
> (and let the tests on merge catch any portability issues), unless
> I'm particularly suspicious that something should be tested
> more widely :-)
For my pull requests I do "make docker-test-{full,mingw,clang}@fedora
docker-test-full@{centos7,ubuntu} vm-build-freebsd". I also have
recently bought a Macincloud account that I use occasionally for build
testing.
Paolo