aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-01-05 20:30:58 +0100
committerThomas Huth <thuth@redhat.com>2023-01-09 13:50:47 +0100
commit6f997b8964188c155240380efdf3b1d7ec41c882 (patch)
tree0919778de61574b1d390333480308d1c016e957a
parent37b0b24e933c18269dddbf6b83f91823cacf8105 (diff)
downloadqemu-6f997b8964188c155240380efdf3b1d7ec41c882.zip
qemu-6f997b8964188c155240380efdf3b1d7ec41c882.tar.gz
qemu-6f997b8964188c155240380efdf3b1d7ec41c882.tar.bz2
.gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
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>
-rw-r--r--.gitlab-ci.d/windows.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index 22f794e..a1d5790 100644
--- a/.gitlab-ci.d/windows.yml
+++ b/.gitlab-ci.d/windows.yml
@@ -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; }'