[Qemu-devel] [PULL 0/2] Travis updates

Alex Bennée posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170210150452.21550-1-alex.bennee@linaro.org
Test checkpatch passed
Test docker passed
Test s390x passed
.travis.yml | 39 ++++++++++++++++++++++++++++++++++-----
1 file changed, 34 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/2] Travis updates
Posted by Alex Bennée 7 years, 2 months ago
The following changes since commit 7d2c6c95511e42dffe2b263275e09957723d0ff4:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170206-1' into staging (2017-02-06 11:44:08 +0000)

are available in the git repository at:

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

for you to fetch changes up to 78a22af040b8ea7c26d52755facdc332ac7bac46:

  .travis.yml: split VM based builds (2017-02-10 13:19:56 +0000)

----------------------------------------------------------------
One minor fix and a build split to reduce timeouts.

----------------------------------------------------------------
Alex Bennée (2):
      .travis.yml: don't specify CONFIG twice
      .travis.yml: split VM based builds

 .travis.yml | 39 ++++++++++++++++++++++++++++++++++-----
 1 file changed, 34 insertions(+), 5 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PULL 0/2] Travis updates
Posted by Peter Maydell 7 years, 2 months ago
On 10 February 2017 at 15:04, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit 7d2c6c95511e42dffe2b263275e09957723d0ff4:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170206-1' into staging (2017-02-06 11:44:08 +0000)
>
> are available in the git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-travis-10022017-1
>
> for you to fetch changes up to 78a22af040b8ea7c26d52755facdc332ac7bac46:
>
>   .travis.yml: split VM based builds (2017-02-10 13:19:56 +0000)
>
> ----------------------------------------------------------------
> One minor fix and a build split to reduce timeouts.
>
> ----------------------------------------------------------------
> Alex Bennée (2):
>       .travis.yml: don't specify CONFIG twice
>       .travis.yml: split VM based builds
>
>  .travis.yml | 39 ++++++++++++++++++++++++++++++++++-----
>  1 file changed, 34 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM