mbox

[PULL,v3,0/9] testing updates (back to green!)

Message ID 20230920161711.1295646-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/stsquad/qemu.git tags/pull-testing-200923-1

Message

Alex Bennée Sept. 20, 2023, 4:17 p.m. UTC
The following changes since commit 4907644841e3200aea6475c0f72d3d987e9f3d93:

  Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into staging (2023-09-19 13:22:19 -0400)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-testing-200923-1

for you to fetch changes up to f959c3d87ccfa585b105de6964a6261e368cc1da:

  tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 (2023-09-20 15:06:33 +0100)

----------------------------------------------------------------
testing updates:

  - update most Debian to bookworm
  - fix some typos
  - update loongarch toolchain
  - fix microbit test
  - handle GitLab/Cirrus timeout discrepancy
  - improve avocado console handling
  - disable mips avocado images pending bugfix

----------------------------------------------------------------
Alex Bennée (2):
      tests: update most 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 ++++
 tests/docker/dockerfiles/debian-amd64-cross.docker    |  9 +++------
 tests/docker/dockerfiles/debian-amd64.docker          |  9 +++------
 tests/docker/dockerfiles/debian-arm64-cross.docker    |  9 +++------
 tests/docker/dockerfiles/debian-armhf-cross.docker    |  9 +++------
 .../docker/dockerfiles/debian-loongarch-cross.docker  |  2 +-
 tests/docker/dockerfiles/debian-ppc64el-cross.docker  |  9 +++------
 tests/docker/dockerfiles/debian-s390x-cross.docker    |  9 +++------
 tests/lcitool/libvirt-ci                              |  2 +-
 tests/lcitool/refresh                                 | 17 +++++++++--------
 20 files changed, 88 insertions(+), 49 deletions(-)

Comments

Stefan Hajnoczi Sept. 21, 2023, 3:16 p.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.