ci: Ensure we always upload the junit files for unstable tests too

So we can track what is still failing and what not
This commit is contained in:
Marco Trevisan (Treviño) 2025-02-04 19:28:48 +01:00
parent eb3ad5542b
commit a62caa7c4f

View File

@ -478,7 +478,8 @@ valgrind:
--no-suite slow
artifacts:
reports:
junit: "_build/meson-logs/testlog-valgrind.junit.xml"
junit:
- _build/meson-logs/testlog-*.junit.xml
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when: always
expire_in: 1 week
@ -683,7 +684,9 @@ msys2-clang64:
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
artifacts:
reports:
junit: "_build/meson-logs/testlog.junit.xml"
junit:
- _build/meson-logs/testlog.junit.xml
- _build/meson-logs/testlog-*.junit.xml
name: "glib-${env:CI_JOB_NAME}-${env:CI_COMMIT_REF_NAME}"
when: always
expire_in: 1 week