[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 08/14] tests: don't run benchmarks for the tsan build
From: |
Alex Bennée |
Subject: |
[PATCH v2 08/14] tests: don't run benchmarks for the tsan build |
Date: |
Tue, 21 Feb 2023 09:45:52 +0000 |
All we are really doing here is checking that TSAN builds compile and are
therefor a tool available to developers. The benchmarks are not
representative of QEMU's actual threading behaviour and they burn
precious CI time. Indeed switching to check-unit reveals many
unaddressed issues which have been logged at:
https://gitlab.com/qemu-project/qemu/-/issues/1496
So for now disable the make check and make this a build only
test.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
.gitlab-ci.d/buildtest.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 8f332fc36f..e9a67e0191 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -465,7 +465,6 @@ tsan-build:
CONFIGURE_ARGS: --enable-tsan --cc=clang-10 --cxx=clang++-10
--enable-trace-backends=ust --enable-fdt=system --disable-slirp
TARGETS: x86_64-softmmu ppc64-softmmu riscv64-softmmu x86_64-linux-user
- MAKE_CHECK_ARGS: bench V=1
# gcov is a GCC features
gcov:
--
2.39.1
- [PATCH v2 05/14] tests: make fp-test less chatty when running from test suite, (continued)
- [PATCH v2 05/14] tests: make fp-test less chatty when running from test suite, Alex Bennée, 2023/02/21
- [PATCH v2 14/14] cirrus.yml: Improve the windows_msys2_task, Alex Bennée, 2023/02/21
- [PATCH v2 09/14] testing: update ubuntu2004 to ubuntu2204, Alex Bennée, 2023/02/21
- [PATCH v2 02/14] tests: don't run socat tests on MacOS as well, Alex Bennée, 2023/02/21
- [PATCH v2 13/14] tests: ensure we export job results for some cross builds, Alex Bennée, 2023/02/21
- [PATCH v2 06/14] gitlab-ci: Use artifacts instead of dumping logs in the Cirrus-CI jobs, Alex Bennée, 2023/02/21
- [PATCH v2 12/14] tests/docker: Use binaries for debian-tricore-cross, Alex Bennée, 2023/02/21
- [PATCH v2 08/14] tests: don't run benchmarks for the tsan build,
Alex Bennée <=
- [PATCH v2 10/14] tests: skip the nios2 replay_kernel test, Alex Bennée, 2023/02/21
- [PATCH v2 03/14] tests: add socat dependency for tests, Alex Bennée, 2023/02/21
- [PATCH v2 11/14] tests: add tuxrun baseline test to avocado, Alex Bennée, 2023/02/21
- [PATCH v2 07/14] gitlab: extend custom runners with base_job_template, Alex Bennée, 2023/02/21