[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 jo
|
From: |
Alex Bennée |
|
Subject: |
Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job |
|
Date: |
Fri, 16 Aug 2024 17:21:56 +0100 |
Thomas Huth <thuth@redhat.com> writes:
> The qtests are broken since a while in the MSYS2 job in the gitlab-CI,
> likely due to some changes in the MSYS2 environment. So far nobody has
> neither a clue what's going wrong here, nor an idea how to fix this
> (in fact most QEMU developers even don't have a Windows environment
> available for properly analyzing this problem), so let's disable the
> qtests here again to get at least the test coverage for the compilation
> and unit tests back to the CI.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> .gitlab-ci.d/windows.yml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
> index a83f23a786..9f3112f010 100644
> --- a/.gitlab-ci.d/windows.yml
> +++ b/.gitlab-ci.d/windows.yml
> @@ -23,6 +23,8 @@ msys2-64bit:
> # for this job, because otherwise the build could not complete within
> # the project timeout.
> CONFIGURE_ARGS: --target-list=sparc-softmmu --without-default-devices
> -Ddebug=false -Doptimization=0
> + # The qtests are broken in the msys2 job on gitlab, so disable them:
> + TEST_ARGS: --no-suite qtest
Should we create an issue in the tracker to make it more visible for
potential windows hackers?
> # The Windows git is a bit older so override the default
> GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet
> artifacts:
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job, Thomas Huth, 2024/08/16
- Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job,
Alex Bennée <=
- Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job, Philippe Mathieu-Daudé, 2024/08/16
- Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job, Thomas Huth, 2024/08/16
- Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job, Philippe Mathieu-Daudé, 2024/08/16
- Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job, Philippe Mathieu-Daudé, 2024/08/16
- Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job, Thomas Huth, 2024/08/19
- Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job, Philippe Mathieu-Daudé, 2024/08/19
- Re: [PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job, Thomas Huth, 2024/08/19