diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-06-30 19:03:48 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-07-03 12:51:14 +0100 |
commit | dc389ce1b30c7ca9305c849e02e349ff8296a831 (patch) | |
tree | a40d6c094c940907726883a7f7479ca23444d76e | |
parent | dcb242c8495c04599a6405ed8fbd03d82bc33365 (diff) | |
download | qemu-dc389ce1b30c7ca9305c849e02e349ff8296a831.zip qemu-dc389ce1b30c7ca9305c849e02e349ff8296a831.tar.gz qemu-dc389ce1b30c7ca9305c849e02e349ff8296a831.tar.bz2 |
gitlab: reduce testing scope of check-gcov
This keeps timing out on gitlab due to some qtests taking a long time.
As this is just ensuring the gcov machinery is working and not
attempting to be comprehensive lets skip qtest in this run.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-4-alex.bennee@linaro.org>
-rw-r--r-- | .gitlab-ci.d/buildtest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index a8fd9a0..77dc83a 100644 --- a/.gitlab-ci.d/buildtest.yml +++ b/.gitlab-ci.d/buildtest.yml @@ -454,7 +454,7 @@ gcov: IMAGE: ubuntu2204 CONFIGURE_ARGS: --enable-gcov TARGETS: aarch64-softmmu ppc64-softmmu s390x-softmmu x86_64-softmmu - MAKE_CHECK_ARGS: check + MAKE_CHECK_ARGS: check-unit check-softfloat after_script: - cd build - gcovr --xml-pretty --exclude-unreachable-branches --print-summary |