[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for 4.1? v1 0/7] testing/next (docker, win-cross)
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PATCH for 4.1? v1 0/7] testing/next (docker, win-cross) |
Date: |
Fri, 12 Jul 2019 12:18:42 +0100 |
Hi,
This is my current queue for testing/next. I think they are all worth
it for 4.1 but it would be nice to get the Windows cross builds up and
running again.
The following patches need review
patch 0001/tests docker add test misc for building tools doc.patch
patch 0005/tests migration test don t spam the logs when we .patch
patch 0006/tests dockerfiles update the win cross builds to .patch
patch 0007/shippable re enable the windows cross builds.patch
Alex Bennée (4):
tests/docker: add test-misc for building tools & docs
tests/migration-test: don't spam the logs when we fail
tests/dockerfiles: update the win cross builds to stretch
shippable: re-enable the windows cross builds
Philippe Mathieu-Daudé (3):
tests/docker: Install Sphinx in the Ubuntu images
tests/docker: Install Sphinx in the Fedora image
tests/docker: Install Ubuntu images noninteractively
.shippable.yml | 9 ++++----
tests/docker/Makefile.include | 6 ++---
.../dockerfiles/debian-win32-cross.docker | 4 ++--
.../dockerfiles/debian-win64-cross.docker | 4 ++--
...{debian8-mxe.docker => debian9-mxe.docker} | 11 ++++++----
tests/docker/dockerfiles/fedora.docker | 1 +
tests/docker/dockerfiles/ubuntu.docker | 3 ++-
tests/docker/dockerfiles/ubuntu1804.docker | 3 ++-
tests/docker/test-misc | 22 +++++++++++++++++++
tests/migration-test.c | 19 ++++++++++------
10 files changed, 57 insertions(+), 25 deletions(-)
rename tests/docker/dockerfiles/{debian8-mxe.docker => debian9-mxe.docker}
(56%)
create mode 100755 tests/docker/test-misc
--
2.20.1
- [Qemu-devel] [PATCH for 4.1? v1 0/7] testing/next (docker, win-cross),
Alex Bennée <=
- [Qemu-devel] [PATCH v1 1/7] tests/docker: add test-misc for building tools & docs, Alex Bennée, 2019/07/12
- [Qemu-devel] [PATCH v1 3/7] tests/docker: Install Sphinx in the Fedora image, Alex Bennée, 2019/07/12
- [Qemu-devel] [PATCH v1 2/7] tests/docker: Install Sphinx in the Ubuntu images, Alex Bennée, 2019/07/12
- [Qemu-devel] [PATCH v1 4/7] tests/docker: Install Ubuntu images noninteractively, Alex Bennée, 2019/07/12
- [Qemu-devel] [PATCH v1 5/7] tests/migration-test: don't spam the logs when we fail, Alex Bennée, 2019/07/12