[Qemu-devel] [PATCH v1 0/3 for 4.0] reduce timeouts on Travis

Alex Bennée posted 3 patches 5 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190319124800.7454-1-alex.bennee@linaro.org
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
.travis.yml | 25 ++++++++++++++++++-------
configure   | 34 +++++++++++++++++++++++++++++++---
2 files changed, 49 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH v1 0/3 for 4.0] reduce timeouts on Travis
Posted by Alex Bennée 5 years ago
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(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH v1 0/3 for 4.0] reduce timeouts on Travis
Posted by Stefano Garzarella 5 years ago
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 <sgarzare@redhat.com>
Tested-by: Stefano Garzarella <sgarzare@redhat.com>

Thanks,
Stefano