]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
.gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
authorThomas Huth <thuth@redhat.com>
Thu, 5 Jan 2023 19:30:58 +0000 (20:30 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 9 Jan 2023 12:50:47 +0000 (13:50 +0100)
The qtests are not stable in the msys2-32bit job yet - especially
the test-hmp and the qom-test are failing randomly. Until this is
fixed, let's better disable the qtests here again to avoid failing
CI tests.

Message-Id: <20230105204819.26992-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/windows.yml

index 22f794e537f1af86d11b234fb556cab02026dc1b..a1d5790580889bea9f4d8259156a8764156e414d 100644 (file)
@@ -116,4 +116,5 @@ msys2-32bit:
   - ..\msys64\usr\bin\bash -lc '../configure --target-list=ppc64-softmmu
         --disable-opengl'
   - ..\msys64\usr\bin\bash -lc 'make'
-  - ..\msys64\usr\bin\bash -lc 'make check || { cat meson-logs/testlog.txt; exit 1; } ;'
+  - ..\msys64\usr\bin\bash -lc 'make check MTESTARGS=\"--no-suite qtest\" ||
+                                { cat meson-logs/testlog.txt; exit 1; }'