mbox series

[PULL,v3,00/15] testing updates

Message ID 20191025193709.28783-1-alex.bennee@linaro.org
Headers show
Series testing updates | expand

Message

Alex Bennée Oct. 25, 2019, 7:36 p.m. UTC
The following changes since commit 03bf012e523ecdf047ac56b2057950247256064d:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-10-25 14:59:53 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-next-251019-3

for you to fetch changes up to 8ce2f68fc90e36d8cd57585f7f4bc75e5038f0b1:

  tests/docker: update Travis image to a more current version (2019-10-25 19:24:21 +0100)

----------------------------------------------------------------
Testing updates (split from mega PR)

  - various Travis dependency updates
  - enable tcg debug for check-tcg
  - additional Xcode build for Cirrus
  - dependency tweak for gitlab

----------------------------------------------------------------
Alex Bennée (7):
      travis.yml: reduce scope of the --enable-debug build
      travis.yml: bump Xcode 10 to latest dot release
      cirrus.yml: add latest Xcode build target
      travis.yml: cache the clang sanitizer build
      travis.yml: --enable-debug-tcg to check-tcg
      tests/docker: set HOST_ARCH if we don't have ARCH
      tests/docker: update Travis image to a more current version

Eduardo Habkost (2):
      tests/vm: Let subclasses disable IPv6
      tests/vm/netbsd: Disable IPv6

Philippe Mathieu-Daudé (1):
      travis.yml: Test the release tarball

Thomas Huth (5):
      travis.yml: Add libvdeplug-dev to compile-test net/vde.c
      travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image
      travis.yml: Use newer version of libgnutls and libpng
      travis.yml: Fix the ccache lines
      gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backend

 .cirrus.yml                            | 11 ++++++++
 .gitlab-ci.yml                         |  2 +-
 .shippable.yml                         |  2 --
 .travis.yml                            | 50 ++++++++++++++++++++++++++--------
 tests/docker/Makefile.include          |  6 ++--
 tests/docker/dockerfiles/travis.docker |  6 +++-
 tests/vm/basevm.py                     |  5 +++-
 tests/vm/netbsd                        |  7 +++++
 8 files changed, 71 insertions(+), 18 deletions(-)

-- 
2.20.1

Comments

Peter Maydell Oct. 27, 2019, 7:39 p.m. UTC | #1
On Fri, 25 Oct 2019 at 20:37, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit 03bf012e523ecdf047ac56b2057950247256064d:

>

>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-10-25 14:59:53 +0100)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-testing-next-251019-3

>

> for you to fetch changes up to 8ce2f68fc90e36d8cd57585f7f4bc75e5038f0b1:

>

>   tests/docker: update Travis image to a more current version (2019-10-25 19:24:21 +0100)

>

> ----------------------------------------------------------------

> Testing updates (split from mega PR)

>

>   - various Travis dependency updates

>   - enable tcg debug for check-tcg

>   - additional Xcode build for Cirrus

>   - dependency tweak for gitlab




Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM