[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] ci: fix hang of FreeBSD CI jobs
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 0/4] ci: fix hang of FreeBSD CI jobs |
Date: |
Wed, 13 Sep 2023 10:00:51 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Wed, Sep 13, 2023 at 09:48:34AM +0100, Alex Bennée wrote:
>
> Thomas Huth <thuth@redhat.com> writes:
>
> > On 12/09/2023 20.41, Daniel P. Berrangé wrote:
> >> This addresses
> >> https://gitlab.com/qemu-project/qemu/-/issues/1882
> >> Which turned out to be a genuine flaw which we missed during merge
> >> as the patch hitting master co-incided with the FreeBSD CI job
> >> having an temporary outage due to changed release image version.
> >> 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
> >> .gitlab-ci.d/cirrus.yml | 4 +++-
> >> .gitlab-ci.d/cirrus/build.yml | 2 ++
> >> tests/qtest/libqtest.c | 7 +++++++
> >> tests/qtest/microbit-test.c | 2 ++
> >> 4 files changed, 14 insertions(+), 1 deletion(-)
> >>
> >
> > Series
> > Reviewed-by: Thomas Huth <thuth@redhat.com>
> >
> > Alex, will you pick these up or shall I take them for my next PR?
>
> Queued to testing/next, thanks.
>
> Do you have a patch to disable the borked avacado tests? Or maybe I
> should just include Philippe's fix?
Not at this time. My hope was that this patch might address at least
some of the broken tests:
https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg02797.html
but I ran out of time to test that yesterday.
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH 1/4] microbit: add missing qtest_quit() call, (continued)
- [PATCH 1/4] microbit: add missing qtest_quit() call, Daniel P . Berrangé, 2023/09/12
- [PATCH 2/4] qtest: kill orphaned qtest QEMU processes on FreeBSD, Daniel P . Berrangé, 2023/09/12
- [PATCH 3/4] gitlab: make Cirrus CI timeout explicit, Daniel P . Berrangé, 2023/09/12
- [PATCH 4/4] gitlab: make Cirrus CI jobs gating, Daniel P . Berrangé, 2023/09/12
- Re: [PATCH 0/4] ci: fix hang of FreeBSD CI jobs, Stefan Hajnoczi, 2023/09/12
- Re: [PATCH 0/4] ci: fix hang of FreeBSD CI jobs, Thomas Huth, 2023/09/12