]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests: don't run benchmarks for the tsan build
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 28 Feb 2023 19:06:36 +0000 (19:06 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 30 Jun 2024 15:11:18 +0000 (18:11 +0300)
commit0b27d262d14709d88fe85edc278b8d11e12782e3
tree4597a7d52a4e11766ef339411b4efe9d4a6c8467
parentece3cc28dfa04959c1666d0a64c42bf97b2ab94e
tests: don't run benchmarks for the tsan build

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>
(cherry picked from commit 7c7d369b33f01d3705a14c361689776de6bb5b7a)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.gitlab-ci.d/buildtest.yml