mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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>
This commit is contained in:
parent
dcb242c849
commit
dc389ce1b3
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ gcov:
|
||||||
IMAGE: ubuntu2204
|
IMAGE: ubuntu2204
|
||||||
CONFIGURE_ARGS: --enable-gcov
|
CONFIGURE_ARGS: --enable-gcov
|
||||||
TARGETS: aarch64-softmmu ppc64-softmmu s390x-softmmu x86_64-softmmu
|
TARGETS: aarch64-softmmu ppc64-softmmu s390x-softmmu x86_64-softmmu
|
||||||
MAKE_CHECK_ARGS: check
|
MAKE_CHECK_ARGS: check-unit check-softfloat
|
||||||
after_script:
|
after_script:
|
||||||
- cd build
|
- cd build
|
||||||
- gcovr --xml-pretty --exclude-unreachable-branches --print-summary
|
- gcovr --xml-pretty --exclude-unreachable-branches --print-summary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue