qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 00/17] testing/next (with build fixes, finally GREEN!)


From: Alex Bennée
Subject: [PATCH v3 00/17] testing/next (with build fixes, finally GREEN!)
Date: Mon, 3 Feb 2020 09:09:15 +0000

Hi,

The main changes from v2 are dropping the travis_retry (the aarch64
timeout was simply taking too long on the same failing test) and
tweaks to the parallelism of the various bits of build.

The following patches need review
   03 - gitlab ci Refresh the list of iotests
   07 - .travis.yml Drop superfluous use of python python
   08 - .travis.yml Add description to each job
   13 - tests tcg gate pauth tests on having compiler sup
   14 - .travis.yml introduce TEST_BUILD_CMD and use it f
   15 - .travis.yml drop the travis_retry from tests
   16 - .travis.yml drop cris linux user from the plugins
   17 - .travis.yml single thread build tcg

Alex Bennée (12):
  tests/docker: move most cross compilers to buster base
  tests/docker: better handle symlinked libs
  .shippable: --disable-docs for cross-compile tests
  .travis.yml: build documents under bionic
  .travis.yml: move cache flushing to early common phase
  .travis.yml: probe for number of available processors
  tests/tcg: add a configure compiler check for ARMv8.1 and SVE
  tests/tcg: gate pauth-% tests on having compiler support
  .travis.yml: introduce TEST_BUILD_CMD and use it for check-tcg
  .travis.yml: drop the travis_retry from tests
  .travis.yml: drop cris-linux-user from the plugins test
  .travis.yml: single thread build-tcg

Philippe Mathieu-Daudé (3):
  hw/hppa/Kconfig: LASI chipset requires PARALLEL port
  .travis.yml: Drop superfluous use of --python=python3 parameter
  .travis.yml: Add description to each job

Thomas Huth (1):
  gitlab-ci: Refresh the list of iotests

Wainer dos Santos Moschetta (1):
  travis.yml: Install genisoimage package

 .gitlab-ci.yml                                |  12 +-
 .shippable.yml                                |   2 +-
 .travis.yml                                   | 164 ++++++++++++------
 hw/hppa/Kconfig                               |   1 +
 tests/docker/Makefile.include                 |  16 +-
 tests/docker/docker.py                        |  16 +-
 tests/docker/dockerfiles/debian-amd64.docker  |   2 +-
 .../dockerfiles/debian-armel-cross.docker     |   2 +-
 .../dockerfiles/debian-armhf-cross.docker     |   2 +-
 .../dockerfiles/debian-mips64el-cross.docker  |   2 +-
 .../dockerfiles/debian-mipsel-cross.docker    |   2 +-
 .../dockerfiles/debian-ppc64el-cross.docker   |   2 +-
 .../dockerfiles/debian-s390x-cross.docker     |   2 +-
 tests/tcg/aarch64/Makefile.softmmu-target     |  12 +-
 tests/tcg/aarch64/Makefile.target             |   2 +
 tests/tcg/configure.sh                        |  18 ++
 16 files changed, 174 insertions(+), 83 deletions(-)

-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]