mbox series

[v1,0/3,for,4.0] reduce timeouts on Travis

Message ID 20190319124800.7454-1-alex.bennee@linaro.org
Headers show
Series reduce timeouts on Travis | expand

Message

Alex Bennée March 19, 2019, 12:47 p.m. UTC
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

Comments

Stefano Garzarella March 22, 2019, 9:07 a.m. UTC | #1
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