From: Paolo Bonzini Date: Mon, 7 Mar 2022 12:36:09 +0000 (+0100) Subject: gitlab-ci: do not run tests with address sanitizer X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a5606f6449c90a0731790ed03eebedcf7045070;p=qemu.git gitlab-ci: do not run tests with address sanitizer This is flaky and sometimes fails or hangs unexplicably. Signed-off-by: Paolo Bonzini --- 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