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 <[email protected]>
Alex, will you pick these up or shall I take them for my next PR?
Or Stefan, do you want to apply these directly as a CI fix?
Thomas