All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
@ 2023-01-05 20:48 Thomas Huth
  2023-01-05 21:42 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Huth @ 2023-01-05 20:48 UTC (permalink / raw)
  To: qemu-devel, Alex Bennée
  Cc: Philippe Mathieu-Daudé,
	Peter Maydell, Marc-André Lureau, Bin Meng, Stefan Weil

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.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.d/windows.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index 22f794e537..a1d5790580 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; }'
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-06 11:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05 20:48 [PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job Thomas Huth
2023-01-05 21:42 ` Philippe Mathieu-Daudé
2023-01-06  7:49   ` Thomas Huth
2023-01-06  8:15     ` Stefan Weil via
2023-01-06  8:19       ` Thomas Huth
2023-01-06  9:16         ` Philippe Mathieu-Daudé
2023-01-06 11:29         ` Stefan Weil via

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.