qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 0/9] testing updates (back to green!)
Date: Mon, 18 Sep 2023 16:23:10 +0100	[thread overview]
Message-ID: <87fs3bwlm6.fsf@linaro.org> (raw)
In-Reply-To: <CAJSP0QWjNgTjhWVNgRnyE5A7HLAH3xKjOD3N+C58-G1Ue-wwDw@mail.gmail.com>


Stefan Hajnoczi <stefanha@gmail.com> writes:

> On Fri, 15 Sept 2023 at 11:10, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>> The following changes since commit 005ad32358f12fe9313a4a01918a55e60d4f39e5:
>>
>>   Merge tag 'pull-tpm-2023-09-12-3' of https://github.com/stefanberger/qemu-tpm into staging (2023-09-13 13:41:57 -0400)
>>
>> are available in the Git repository at:
>>
>>   https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-ominbus-150923-1
>>
>> for you to fetch changes up to 5acd4bf25dc9becd05b8772b94982722e1fa76a3:
>>
>>   tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 (2023-09-15 15:17:52 +0100)
>>
>> ----------------------------------------------------------------
>> testing updates:
>>
>>   - update most Debian to bookworm
>
> This breaks the armel-debian-cross-container job:
> https://gitlab.com/qemu-project/qemu/-/jobs/5111108339
>
> I have dropped this pull request for now. Please take a look.

Hmm I think it might be a transient Debian issue as it passed when I run
the tag before sending:

  https://gitlab.com/stsquad/qemu/-/jobs/5100170183

I'll see if I can run it locally.

>
> Thanks,
> Stefan
>
>>   - 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 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    | 10 +++-------
>>  tests/docker/dockerfiles/debian-amd64.docker          | 10 +++-------
>>  tests/docker/dockerfiles/debian-arm64-cross.docker    | 10 +++-------
>>  tests/docker/dockerfiles/debian-armel-cross.docker    | 10 +++-------
>>  tests/docker/dockerfiles/debian-armhf-cross.docker    | 10 +++-------
>>  .../docker/dockerfiles/debian-loongarch-cross.docker  |  2 +-
>>  tests/docker/dockerfiles/debian-ppc64el-cross.docker  | 10 +++-------
>>  tests/docker/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
>>
>>


-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


  reply	other threads:[~2023-09-18 15:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15 15:08 [PULL 0/9] testing updates (back to green!) Alex Bennée
2023-09-15 15:08 ` [PULL 1/9] tests: update Debian images to Bookworm Alex Bennée
2023-09-15 15:08 ` [PULL 2/9] gitlab: fix typo/spelling in comments Alex Bennée
2023-09-15 15:08 ` [PULL 3/9] tests/docker: Update docker-loongarch-cross toolchain Alex Bennée
2023-09-15 15:08 ` [PULL 4/9] microbit: add missing qtest_quit() call Alex Bennée
2023-09-15 15:08 ` [PULL 5/9] qtest: kill orphaned qtest QEMU processes on FreeBSD Alex Bennée
2023-09-15 15:08 ` [PULL 6/9] gitlab: make Cirrus CI timeout explicit Alex Bennée
2023-09-15 15:08 ` [PULL 7/9] gitlab: make Cirrus CI jobs gating Alex Bennée
2023-09-15 15:08 ` [PULL 8/9] tests/avocado: Fix console data loss Alex Bennée
2023-09-15 15:08 ` [PULL 9/9] tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 Alex Bennée
2023-09-18 13:47 ` [PULL 0/9] testing updates (back to green!) Stefan Hajnoczi
2023-09-18 15:23   ` Alex Bennée [this message]
2023-09-19  6:37   ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fs3bwlm6.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).