On 17/11/2025 19.51, John Snow wrote:
Soon, qemu.qmp will not be included in the qemu.git tree and so invoking
the meson target for preparing the "checktests" mkvenv group will be
necessary for this test to run successfully. Doing it now in its own
patch separates this change from the big switcheroo patch.
Signed-off-by: John Snow <[email protected]>
---
.gitlab-ci.d/buildtest.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index c3a9e8428c2..18d72d3058b 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -350,6 +350,7 @@ build-tcg-disabled:
- make -j"$JOBS"
- make check-unit
- make check-qapi-schema
+ - make check-venv
- cd tests/qemu-iotests/
- ../../pyvenv/bin/python3 ./check -raw 001 002 003 004 005 008 009 010
011 012 021 025 032 033 048
052 063 077 086 101 104 106 113 148 150 151 152 157 159 160 163
Reviewed-by: Thomas Huth <[email protected]>