[PATCH 0/9] testing/next: avocado, gitlab, docker, cirrus

Alex Bennée posted 9 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230914155422.426639-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Joel Stanley <joel@jms.id.au>, Peter Maydell <peter.maydell@linaro.org>
tests/qtest/libqtest.c                        |  7 +++++++
tests/qtest/microbit-test.c                   |  2 ++
.gitlab-ci.d/base.yml                         |  2 +-
.gitlab-ci.d/cirrus.yml                       |  4 +++-
.gitlab-ci.d/cirrus/build.yml                 |  2 ++
python/qemu/machine/machine.py                | 19 +++++++++++++++++++
tests/avocado/avocado_qemu/__init__.py        |  2 +-
tests/avocado/boot_linux_console.py           |  7 +++++++
tests/avocado/machine_mips_malta.py           |  6 ++++++
tests/avocado/replay_kernel.py                |  7 +++++++
tests/avocado/tuxrun_baselines.py             |  4 ++++
.../dockerfiles/debian-amd64-cross.docker     | 10 +++-------
tests/docker/dockerfiles/debian-amd64.docker  | 10 +++-------
.../dockerfiles/debian-arm64-cross.docker     | 10 +++-------
.../dockerfiles/debian-armel-cross.docker     | 10 +++-------
.../dockerfiles/debian-armhf-cross.docker     | 10 +++-------
.../dockerfiles/debian-loongarch-cross.docker |  2 +-
.../dockerfiles/debian-ppc64el-cross.docker   | 10 +++-------
.../dockerfiles/debian-s390x-cross.docker     | 10 +++-------
tests/docker/dockerfiles/ubuntu2004.docker    |  2 +-
tests/docker/dockerfiles/ubuntu2204.docker    |  2 +-
tests/lcitool/libvirt-ci                      |  2 +-
tests/lcitool/refresh                         | 18 +++++++++---------
23 files changed, 93 insertions(+), 65 deletions(-)
[PATCH 0/9] testing/next: avocado, gitlab, docker, cirrus
Posted by Alex Bennée 8 months ago
This is mostly focused on getting the tree green again. There are
fixes for timeouts on various platforms. We explicitly disable a few
due to a known regression. Also there is a chance to update our
containers for Bookworm.

I dropped the attempt to migrate from global's htags support as the
lsif-clang source code injester seems broken.

The following still need review:

  tests/docker: Update docker-loongarch-cross toolchain
  gitlab: fix typo/spelling in comments
  tests: update Debian images to Bookworm

Alex Bennée (2):
  tests: update Debian images to Bookworm
  gitlab: fix typo/spelling in comments

Daniel P. Berrangé (4):
  microbit: add missing qtest_quit() call
  qtest: kill orphaned qtest QEMU processes on FreeBSD
  gitlab: make Cirrus CI timeout explicit
  gitlab: make Cirrus CI jobs gating

Nicholas Piggin (1):
  tests/avocado: Fix console data loss

Philippe Mathieu-Daudé (1):
  tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884

Richard Henderson (1):
  tests/docker: Update docker-loongarch-cross toolchain

 tests/qtest/libqtest.c                        |  7 +++++++
 tests/qtest/microbit-test.c                   |  2 ++
 .gitlab-ci.d/base.yml                         |  2 +-
 .gitlab-ci.d/cirrus.yml                       |  4 +++-
 .gitlab-ci.d/cirrus/build.yml                 |  2 ++
 python/qemu/machine/machine.py                | 19 +++++++++++++++++++
 tests/avocado/avocado_qemu/__init__.py        |  2 +-
 tests/avocado/boot_linux_console.py           |  7 +++++++
 tests/avocado/machine_mips_malta.py           |  6 ++++++
 tests/avocado/replay_kernel.py                |  7 +++++++
 tests/avocado/tuxrun_baselines.py             |  4 ++++
 .../dockerfiles/debian-amd64-cross.docker     | 10 +++-------
 tests/docker/dockerfiles/debian-amd64.docker  | 10 +++-------
 .../dockerfiles/debian-arm64-cross.docker     | 10 +++-------
 .../dockerfiles/debian-armel-cross.docker     | 10 +++-------
 .../dockerfiles/debian-armhf-cross.docker     | 10 +++-------
 .../dockerfiles/debian-loongarch-cross.docker |  2 +-
 .../dockerfiles/debian-ppc64el-cross.docker   | 10 +++-------
 .../dockerfiles/debian-s390x-cross.docker     | 10 +++-------
 tests/docker/dockerfiles/ubuntu2004.docker    |  2 +-
 tests/docker/dockerfiles/ubuntu2204.docker    |  2 +-
 tests/lcitool/libvirt-ci                      |  2 +-
 tests/lcitool/refresh                         | 18 +++++++++---------
 23 files changed, 93 insertions(+), 65 deletions(-)

-- 
2.39.2