diff options
author | Paolo Bonzini | 2022-03-07 13:36:09 +0100 |
---|---|---|
committer | Paolo Bonzini | 2022-03-15 11:50:50 +0100 |
commit | 8a5606f6449c90a0731790ed03eebedcf7045070 (patch) | |
tree | 61bb018ff5212101368bd1ca0817f72fb739d36c | |
parent | KVM: SVM: always set MSR_AMD64_TSC_RATIO to default value (diff) | |
download | qemu-8a5606f6449c90a0731790ed03eebedcf7045070.tar.gz qemu-8a5606f6449c90a0731790ed03eebedcf7045070.tar.xz qemu-8a5606f6449c90a0731790ed03eebedcf7045070.zip |
gitlab-ci: do not run tests with address sanitizer
This is flaky and sometimes fails or hangs unexplicably.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | .gitlab-ci.d/buildtest.yml | 2 |
1 files changed, 0 insertions, 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 |