[Qemu-devel] [PULL 0/5] Docker testing patches

Fam Zheng posted 5 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170929031831.10179-1-famz@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
tests/docker/Makefile.include                | 6 ++++--
tests/docker/common.rc                       | 8 ++++++++
tests/docker/dockerfiles/centos6.docker      | 1 +
tests/docker/dockerfiles/centos7.docker      | 1 +
tests/docker/dockerfiles/debian-ports.docker | 1 +
tests/docker/dockerfiles/debian8.docker      | 1 +
tests/docker/dockerfiles/debian9.docker      | 1 +
tests/docker/dockerfiles/fedora.docker       | 2 +-
tests/docker/dockerfiles/min-glib.docker     | 2 +-
tests/docker/dockerfiles/ubuntu.docker       | 2 +-
tests/docker/run                             | 4 +++-
tests/docker/test-block                      | 2 +-
tests/docker/test-build                      | 1 +
tests/docker/test-clang                      | 1 +
tests/docker/test-full                       | 2 +-
tests/docker/test-mingw                      | 1 +
tests/docker/test-quick                      | 1 +
17 files changed, 29 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL 0/5] Docker testing patches
Posted by Fam Zheng 6 years, 6 months ago
The following changes since commit ab161529261928ae7f3556e3220829c34b2686ec:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a' into staging (2017-09-27 22:44:51 +0100)

are available in the git repository at:

  git://github.com/famz/qemu.git tags/docker-testing-pull-request

for you to fetch changes up to 36ac78e65a0695f0e397865cceaf4ab5c4e52c64:

  docker: Don't mount ccache db if NOUSER=1 (2017-09-29 11:14:15 +0800)

----------------------------------------------------------------

----------------------------------------------------------------

Alex Bennée (1):
  tests/docker/run: don't source /etc/profile

Fam Zheng (3):
  docker: Fix test-mingw
  docker: test-block: Don't continue if build fails
  docker: Don't mount ccache db if NOUSER=1

Paolo Bonzini (1):
  docker: add installation to build tests

 tests/docker/Makefile.include                | 6 ++++--
 tests/docker/common.rc                       | 8 ++++++++
 tests/docker/dockerfiles/centos6.docker      | 1 +
 tests/docker/dockerfiles/centos7.docker      | 1 +
 tests/docker/dockerfiles/debian-ports.docker | 1 +
 tests/docker/dockerfiles/debian8.docker      | 1 +
 tests/docker/dockerfiles/debian9.docker      | 1 +
 tests/docker/dockerfiles/fedora.docker       | 2 +-
 tests/docker/dockerfiles/min-glib.docker     | 2 +-
 tests/docker/dockerfiles/ubuntu.docker       | 2 +-
 tests/docker/run                             | 4 +++-
 tests/docker/test-block                      | 2 +-
 tests/docker/test-build                      | 1 +
 tests/docker/test-clang                      | 1 +
 tests/docker/test-full                       | 2 +-
 tests/docker/test-mingw                      | 1 +
 tests/docker/test-quick                      | 1 +
 17 files changed, 29 insertions(+), 8 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PULL 0/5] Docker testing patches
Posted by Peter Maydell 6 years, 5 months ago
On 29 September 2017 at 04:18, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit ab161529261928ae7f3556e3220829c34b2686ec:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a' into staging (2017-09-27 22:44:51 +0100)
>
> are available in the git repository at:
>
>   git://github.com/famz/qemu.git tags/docker-testing-pull-request
>
> for you to fetch changes up to 36ac78e65a0695f0e397865cceaf4ab5c4e52c64:
>
>   docker: Don't mount ccache db if NOUSER=1 (2017-09-29 11:14:15 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Alex Bennée (1):
>   tests/docker/run: don't source /etc/profile
>
> Fam Zheng (3):
>   docker: Fix test-mingw
>   docker: test-block: Don't continue if build fails
>   docker: Don't mount ccache db if NOUSER=1
>
> Paolo Bonzini (1):
>   docker: add installation to build tests
>

Applied, thanks.

-- PMM