mbox

[PULL,0/3] Reduce Travis timeouts

Message ID 20180313164625.4646-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-travis-speedup-130318-1

Message

Alex Bennée March 13, 2018, 4:46 p.m. UTC
The following changes since commit 22ef7ba8e8ce7fef297549b3defcac333742b804:

  Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into staging (2018-03-13 11:42:45 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-travis-speedup-130318-1

for you to fetch changes up to 0b438fa627ca192e4be2c527bf188706d64bdd0d:

  .travis.yml: add --disable-user with the rest of the disables (2018-03-13 16:22:23 +0000)

----------------------------------------------------------------
Some updates to reduce timeouts in Travis

----------------------------------------------------------------
Alex Bennée (3):
      .travis.yml: drop setting default log output
      .travis.yml: split default config into system and user
      .travis.yml: add --disable-user with the rest of the disables

 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Peter Maydell March 15, 2018, 3:12 p.m. UTC | #1
On 13 March 2018 at 16:46, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit 22ef7ba8e8ce7fef297549b3defcac333742b804:
>
>   Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into staging (2018-03-13 11:42:45 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-travis-speedup-130318-1
>
> for you to fetch changes up to 0b438fa627ca192e4be2c527bf188706d64bdd0d:
>
>   .travis.yml: add --disable-user with the rest of the disables (2018-03-13 16:22:23 +0000)
>
> ----------------------------------------------------------------
> Some updates to reduce timeouts in Travis
>
> ----------------------------------------------------------------
> Alex Bennée (3):
>       .travis.yml: drop setting default log output
>       .travis.yml: split default config into system and user
>       .travis.yml: add --disable-user with the rest of the disables
>
>  .travis.yml | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM