[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 0/3 for 4.0] reduce timeouts on Travis
From: |
Stefano Garzarella |
Subject: |
Re: [Qemu-devel] [PATCH v1 0/3 for 4.0] reduce timeouts on Travis |
Date: |
Fri, 22 Mar 2019 10:07:29 +0100 |
User-agent: |
NeoMutt/20180716 |
On Tue, Mar 19, 2019 at 12:47:57PM +0000, Alex Bennée wrote:
>
> Hi,
>
> This is a fixup patch for 4.0 to help reduce the number of timeouts we
> are seeing on Travis. We introduce a new way to slice the target list
> and then use that to split up a few of the builds that are getting
> close to the time limit.
>
> Alex Bennée (3):
> configure: add --target-list-exclude
> .travis.yml: split some more system builds
> .travis.yml: --disable-user for --without-default-devices
>
> .travis.yml | 25 ++++++++++++++++++-------
> configure | 34 +++++++++++++++++++++++++++++++---
> 2 files changed, 49 insertions(+), 10 deletions(-)
Yeah, with this series plus your "[PATCH] .travis.yml: reduce number of
targets built while disabling things" all jobs are able to complete in
time :)
Acked-by: Stefano Garzarella <address@hidden>
Tested-by: Stefano Garzarella <address@hidden>
Thanks,
Stefano