[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v2 07/24] tests: don't run benchmarks for the tsan build
From: |
Alex Bennée |
Subject: |
[PULL v2 07/24] tests: don't run benchmarks for the tsan build |
Date: |
Wed, 1 Mar 2023 15:15:47 +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>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230228190653.1602033-8-alex.bennee@linaro.org>
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index d903c42798..7b92767689 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -463,7 +463,6 @@ tsan-build:
CONFIGURE_ARGS: --enable-tsan --cc=clang-10 --cxx=clang++-10
--enable-trace-backends=ust --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.2
- [PULL v2 00/24] testing updates (gitlab, cirrus, docker, avocado, windows), Alex Bennée, 2023/03/01
- [PULL v2 04/24] tests: make fp-test less chatty when running from test suite, Alex Bennée, 2023/03/01
- [PULL v2 09/24] tests: skip the nios2 replay_kernel test, Alex Bennée, 2023/03/01
- [PULL v2 05/24] gitlab-ci: Use artifacts instead of dumping logs in the Cirrus-CI jobs, Alex Bennée, 2023/03/01
- [PULL v2 02/24] tests: add socat dependency for tests, Alex Bennée, 2023/03/01
- [PULL v2 06/24] gitlab: extend custom runners with base_job_template, Alex Bennée, 2023/03/01
- [PULL v2 08/24] testing: update ubuntu2004 to ubuntu2204, Alex Bennée, 2023/03/01
- [PULL v2 10/24] tests: add tuxrun baseline test to avocado, Alex Bennée, 2023/03/01
- [PULL v2 07/24] tests: don't run benchmarks for the tsan build,
Alex Bennée <=
- [PULL v2 15/24] gitlab: Use plain docker in container-template.yml, Alex Bennée, 2023/03/01
- [PULL v2 01/24] tests: don't run socat tests on MacOS as well, Alex Bennée, 2023/03/01
- [PULL v2 03/24] tests: be a bit more strict cleaning up fifos, Alex Bennée, 2023/03/01
- [PULL v2 11/24] tests/docker: Use binaries for debian-tricore-cross, Alex Bennée, 2023/03/01
- [PULL v2 18/24] tests/lcitool: append user setting stanza to dockerfiles, Alex Bennée, 2023/03/01
- [PULL v2 14/24] tests/dockerfiles: unify debian-toolchain references, Alex Bennée, 2023/03/01
- [PULL v2 20/24] tests/docker: use direct RUNC call to build containers, Alex Bennée, 2023/03/01
- [PULL v2 19/24] tests/docker: add USER stanzas to non-lci images, Alex Bennée, 2023/03/01
- [PULL v2 24/24] tests/avocado: disable BootLinuxPPC64 test in CI, Alex Bennée, 2023/03/01
- [PULL v2 23/24] tests/docker: add zstdtools to the images, Alex Bennée, 2023/03/01