mbox series

[for,4.2,v1,00/19] testing/next before softfreeze

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

Message

Alex Bennée Oct. 22, 2019, 7:16 p.m. UTC
Hi,

This is the current status of testing/next. I dropped the Travis arm64
build due to stability concerns. As far as I can tell Thomas' latest
iotest updates are working fine. If there are any other patches worth
considering before the softfreeze now is the time to shout.

Alex Bennée (5):
  travis.yml: reduce scope of the --enable-debug build
  cirrus.yml: reduce scope of MacOS build
  travis.yml: bump Xcode 10 to latest dot release
  cirrus.yml: add latest Xcode build target
  travis.yml: cache the clang sanitizer build

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

Gerd Hoffmann (1):
  tests/vm: netbsd autoinstall, using serial console

John Snow (1):
  iotests: remove 'linux' from default supported platforms

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

Thomas Huth (9):
  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
  iotests: Test 041 only works on certain systems
  iotests: Test 183 does not work on macOS and OpenBSD
  iotests: Skip "make check-block" if QEMU does not support virtio-blk
  iotests: Enable more tests in the 'auto' group to improve test
    coverage
  iotests: Remove 130 from the "auto" group

 .cirrus.yml                   |  14 ++-
 .travis.yml                   |  46 ++++++--
 tests/check-block.sh          |  16 ++-
 tests/qemu-iotests/041        |   3 +-
 tests/qemu-iotests/183        |   1 +
 tests/qemu-iotests/group      |  18 ++--
 tests/qemu-iotests/iotests.py |  16 ++-
 tests/vm/basevm.py            |  15 ++-
 tests/vm/netbsd               | 195 ++++++++++++++++++++++++++++++++--
 9 files changed, 285 insertions(+), 39 deletions(-)

-- 
2.20.1

Comments

Alex Bennée Oct. 22, 2019, 9:17 p.m. UTC | #1
Alex Bennée <alex.bennee@linaro.org> writes:

> Hi,

>

> This is the current status of testing/next. I dropped the Travis arm64

> build due to stability concerns. As far as I can tell Thomas' latest

> iotest updates are working fine. If there are any other patches worth

> considering before the softfreeze now is the time to shout.

>

<snip>
> John Snow (1):

>   iotests: remove 'linux' from default supported platforms

>

> Thomas Huth (5):

<snip>
>   iotests: Test 041 only works on certain systems

>   iotests: Test 183 does not work on macOS and OpenBSD

>   iotests: Skip "make check-block" if QEMU does not support virtio-blk

>   iotests: Enable more tests in the 'auto' group to improve test

>     coverage

>   iotests: Remove 130 from the "auto" group

<snip>

I'll drop these from my tree so they can go in with the rest of the
iotests stuff.

--
Alex Bennée
Thomas Huth Oct. 23, 2019, 7:20 a.m. UTC | #2
----- Original Message -----
> From: "Alex Bennée" <alex.bennee@linaro.org>

> Sent: Tuesday, October 22, 2019 9:16:45 PM

> 

> Hi,

> 

> This is the current status of testing/next. I dropped the Travis arm64

> build due to stability concerns. As far as I can tell Thomas' latest

> iotest updates are working fine. If there are any other patches worth

> considering before the softfreeze now is the time to shout.


Feel free to include:

https://lists.nongnu.org/archive/html/qemu-devel/2019-10/msg03912.html
("gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backend")

I'm not sure whether I'll find some spare time to send a pull request for that patch before/during KVM forum, so it would be nice if you could include it.

 Thomas
Alex Bennée Oct. 23, 2019, 10:19 a.m. UTC | #3
Thomas Huth <thuth@redhat.com> writes:

> ----- Original Message -----

>> From: "Alex Bennée" <alex.bennee@linaro.org>

>> Sent: Tuesday, October 22, 2019 9:16:45 PM

>>

>> Hi,

>>

>> This is the current status of testing/next. I dropped the Travis arm64

>> build due to stability concerns. As far as I can tell Thomas' latest

>> iotest updates are working fine. If there are any other patches worth

>> considering before the softfreeze now is the time to shout.

>

> Feel free to include:

>

> https://lists.nongnu.org/archive/html/qemu-devel/2019-10/msg03912.html

> ("gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network

> backend")


done.

--
Alex Bennée