* [PATCH] gitlab-ci: do not run tests with address sanitizer
@ 2022-03-07 14:19 Paolo Bonzini
2022-03-07 17:52 ` Richard Henderson
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2022-03-07 14:19 UTC (permalink / raw)
To: qemu-devel; +Cc: peter.maydell, berrange
This is flaky and sometimes fails or hangs unexplicably.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
.gitlab-ci.d/buildtest.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 0aa70213fb..0aea7ab84c 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -515,8 +515,6 @@ build-oss-fuzz:
echo Testing ${fuzzer} ... ;
"${fuzzer}" -runs=1 -seed=1 || exit 1 ;
done
- # Unrelated to fuzzer: run some tests with -fsanitize=address
- - cd build-oss-fuzz && make check-qtest-i386 check-unit
build-tci:
extends: .native_build_job_template
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gitlab-ci: do not run tests with address sanitizer
2022-03-07 14:19 [PATCH] gitlab-ci: do not run tests with address sanitizer Paolo Bonzini
@ 2022-03-07 17:52 ` Richard Henderson
0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2022-03-07 17:52 UTC (permalink / raw)
To: Paolo Bonzini, qemu-devel; +Cc: peter.maydell, berrange
On 3/7/22 04:19, Paolo Bonzini wrote:
> This is flaky and sometimes fails or hangs unexplicably.
>
> Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
> ---
> .gitlab-ci.d/buildtest.yml | 2 --
> 1 file changed, 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-07 17:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 14:19 [PATCH] gitlab-ci: do not run tests with address sanitizer Paolo Bonzini
2022-03-07 17:52 ` Richard Henderson
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).