qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: "Thomas Huth" <thuth@redhat.com>,
	qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Marc-André Lureau" <marcandre.lureau@gmail.com>,
	"Bin Meng" <bin.meng@windriver.com>,
	"Stefan Weil" <sw@weilnetz.de>
Subject: Re: [PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
Date: Thu, 5 Jan 2023 22:42:29 +0100	[thread overview]
Message-ID: <4ff2d01a-e6bb-5a99-356b-6b2ade61b667@linaro.org> (raw)
In-Reply-To: <20230105204819.26992-1-thuth@redhat.com>

On 5/1/23 21:48, Thomas Huth wrote:
> 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,

Who is gonna look after this?

I'm not against this patch, but I'm afraid this config starts to
bitrot more. That said, maybe it is time to deprecate the 32-bit
hosts?

> 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; }'



  reply	other threads:[~2023-01-05 21:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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é [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ff2d01a-e6bb-5a99-356b-6b2ade61b667@linaro.org \
    --to=philmd@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=bin.meng@windriver.com \
    --cc=marcandre.lureau@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sw@weilnetz.de \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).