From: Štěpán Balážik Date: Thu, 26 Jun 2025 10:04:02 +0000 (+0000) Subject: fix: ci: Ensure that junit.xml is present and non-empty after each system/unit test job X-Git-Tag: v9.21.10~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d76a92e6abbcfabd08e75ea9e850a7c8aac1414;p=thirdparty%2Fbind9.git fix: ci: Ensure that junit.xml is present and non-empty after each system/unit test job Previously, JUnit files were not generated or were generated empty for various reasons for some system/unit test runs. Now, the number of tests collected for a MR is up from about 4k to 5.8k in the "Tests" tab of a pipeline. Additionally, there is a check that ensures that [a somewhat sane](https://gitlab.isc.org/isc-projects/bind9/-/commit/c5a271eb8beb9912501ec564de3bb669ba02507d) `junit.xml` file is generated after every system/unit test job and fails the job otherwise. Closes #5316 Merge branch '5316-ensure-junit-xml' into 'main' See merge request isc-projects/bind9!10556 --- 4d76a92e6abbcfabd08e75ea9e850a7c8aac1414