[Qemu-devel] [PATCH v1 00/19] testing/next queue for travis and docker

Alex Bennée posted 19 patches 5 years, 3 months ago
Test asan failed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190110174516.21586-1-alex.bennee@linaro.org
.travis.yml                                   | 172 ++++++++++++------
tests/docker/Makefile.include                 |  13 --
tests/docker/dockerfiles/debian-amd64.docker  |   5 +-
tests/docker/dockerfiles/debian-sid.docker    |   7 +-
tests/docker/dockerfiles/debian.docker        |  13 --
.../dockerfiles/fedora-i386-cross.docker      |   2 +-
tests/docker/dockerfiles/fedora.docker        |   4 +-
tests/docker/dockerfiles/travis.docker        |   4 +-
8 files changed, 131 insertions(+), 89 deletions(-)
delete mode 100644 tests/docker/dockerfiles/debian.docker
[Qemu-devel] [PATCH v1 00/19] testing/next queue for travis and docker
Posted by Alex Bennée 5 years, 3 months ago
Hi,

This series collects together a bunch of Daniel and Philippe's testing
patches and adds a few of my own. Broadly they simplify the Travis
test cases to be all VM based in preparation for switching to running
docker based builds and tests. I also bumped up the base build to
Xenial given we can always (and will eventually) run the legacy LTS
builds via our own docker images.

The following patches need review
 patch 0006/tests use in place sed magic for enabling deb src.patch
 patch 0017/travis bump to Xenial baseline.patch
 patch 0018/tests docker update our Travis image.patch
 patch 0019/tests docker remove SID_AGE test hack.patch

Alex Bennée (5):
  tests: use in-place sed magic for enabling deb-src in travis image
  travis: use homebrew addon for MacOSX
  travis: bump to Xenial baseline
  tests/docker: update our Travis image
  tests/docker: remove SID_AGE test hack

Daniel P. Berrangé (12):
  tests: run ldconfig after installing extra software
  tests: remove obsolete 'debian' dockerfile
  tests: update Fedora dockerfile to use Fedora 29
  tests: update Fedora i386 cross image to Fedora 29
  travis: add whitespace between each major section & matrix entry
  travis: define all the build matrix entries in one place
  travis: standardize the syntax used for env variables
  travis: don't clone git submodules upfront
  travis: stop redefining the script commands
  travis: stop using container based envs
  travis: run tests in verbose mode
  travis: remove matrix settings that duplicate global settings

Philippe Mathieu-Daudé (2):
  docker: Use stable git tag for virglrenderer
  docker: Use a stable snapshot for Debian Sid

 .travis.yml                                   | 172 ++++++++++++------
 tests/docker/Makefile.include                 |  13 --
 tests/docker/dockerfiles/debian-amd64.docker  |   5 +-
 tests/docker/dockerfiles/debian-sid.docker    |   7 +-
 tests/docker/dockerfiles/debian.docker        |  13 --
 .../dockerfiles/fedora-i386-cross.docker      |   2 +-
 tests/docker/dockerfiles/fedora.docker        |   4 +-
 tests/docker/dockerfiles/travis.docker        |   4 +-
 8 files changed, 131 insertions(+), 89 deletions(-)
 delete mode 100644 tests/docker/dockerfiles/debian.docker

-- 
2.17.1


Re: [Qemu-devel] [PATCH v1 00/19] testing/next queue for travis and docker
Posted by no-reply@patchew.org 5 years, 3 months ago
Patchew URL: https://patchew.org/QEMU/20190110174516.21586-1-alex.bennee@linaro.org/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make docker-test-mingw@fedora SHOW_ENV=1 J=14
=== TEST SCRIPT END ===




The full log is available at
http://patchew.org/logs/20190110174516.21586-1-alex.bennee@linaro.org/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com