[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] cirrus-ci: parallelize "make check"
|
From: |
Paolo Bonzini |
|
Subject: |
Re: [PATCH] cirrus-ci: parallelize "make check" |
|
Date: |
Wed, 18 Nov 2020 14:43:08 +0100 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
On 18/11/20 13:49, Alex Bennée wrote:
Paolo Bonzini <pbonzini@redhat.com> writes:
Otherwise, the tests risk failing due to timeouts.
This is a reversion of what we used to do because it's very hard to
figure out which test broke when they are all mixed together. Maybe we
could just up the timeouts.
Ah, I see. Yeah, that's a problem too. :(
That said the timeouts seem a bit random with macos taking around 53
minutes and macos_xcode taking less at around 44 unless they get "stuck".
Yes, Cirrus load varies quite a bit.
Paolo