mbox series

[v2,0/7] testing/next for softfreeze

Message ID 20190312105547.4755-1-alex.bennee@linaro.org
Headers show
Series testing/next for softfreeze | expand

Message

Alex Bennée March 12, 2019, 10:55 a.m. UTC
Hi,

A couple of tweaks to testing in time for softfreeze. The bottom few
patches should included in other PRs but I've included them in this
posting so I can actually test I've eliminated the common CI failures.

I'll post a longer email detailing the current status of CI for
discussion going forward.

The following patches need review
  patch 0004/.travis.yml combine docs and tools build with out.patch
  patch 0005/.travis.yml reduce the module builds to major arc.patch
  patch 0006/Makefile explicitly pass SRC_PATH to gcovr.patch
  patch 0007/Makefile explicitly pass BUILD_DIR to gcovr.patch

Alex Bennée (4):
  .travis.yml: combine docs and tools build with out-of-tree
  .travis.yml: reduce the module builds to major architectures
  Makefile: explicitly pass $(SRC_PATH) to gcovr
  Makefile: explicitly pass $(BUILD_DIR) to gcovr

Greg Kurz (2):
  spapr: Simulate CAS for qtest
  Revert "spapr: support memory unplug for qtest"

Philippe Mathieu-Daudé (1):
  travis: Bump Xcode 10 image to 10.2

 .travis.yml         | 18 +++++++++++-------
 Makefile            |  3 ++-
 hw/ppc/spapr.c      | 11 +++++++++++
 hw/ppc/spapr_ovec.c |  6 ------
 4 files changed, 24 insertions(+), 14 deletions(-)

-- 
2.20.1

Comments

Greg Kurz March 12, 2019, 12:32 p.m. UTC | #1
On Tue, 12 Mar 2019 10:55:40 +0000
Alex Bennée <alex.bennee@linaro.org> wrote:

> Hi,

> 

> A couple of tweaks to testing in time for softfreeze. The bottom few

> patches should included in other PRs but I've included them in this

> posting so I can actually test I've eliminated the common CI failures.

> 


Yeah and FYI, patches 1 and 2 just got merged in master.

https://git.qemu.org/?p=qemu.git;a=commit;h=23ff81bdfd1e8119127779ea67c3a05ce4a6227d
https://git.qemu.org/?p=qemu.git;a=commit;h=c65ecfe2f3078156fd5e1e05867f02359a3ce678

> I'll post a longer email detailing the current status of CI for

> discussion going forward.

> 

> The following patches need review

>   patch 0004/.travis.yml combine docs and tools build with out.patch

>   patch 0005/.travis.yml reduce the module builds to major arc.patch

>   patch 0006/Makefile explicitly pass SRC_PATH to gcovr.patch

>   patch 0007/Makefile explicitly pass BUILD_DIR to gcovr.patch

> 

> Alex Bennée (4):

>   .travis.yml: combine docs and tools build with out-of-tree

>   .travis.yml: reduce the module builds to major architectures

>   Makefile: explicitly pass $(SRC_PATH) to gcovr

>   Makefile: explicitly pass $(BUILD_DIR) to gcovr

> 

> Greg Kurz (2):

>   spapr: Simulate CAS for qtest

>   Revert "spapr: support memory unplug for qtest"

> 

> Philippe Mathieu-Daudé (1):

>   travis: Bump Xcode 10 image to 10.2

> 

>  .travis.yml         | 18 +++++++++++-------

>  Makefile            |  3 ++-

>  hw/ppc/spapr.c      | 11 +++++++++++

>  hw/ppc/spapr_ovec.c |  6 ------

>  4 files changed, 24 insertions(+), 14 deletions(-)

>