]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10499 CI: ingest test report
authorOndřej Kuzník <ondra@mistotebe.net>
Thu, 30 Apr 2026 14:34:48 +0000 (15:34 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 14 May 2026 19:58:38 +0000 (19:58 +0000)
.gitlab-ci.yml

index 475556baedd396a118e01c0c9cdc50af45fa88ae..4569ff17aa7f55318ba1524944ab9319456be549 100644 (file)
@@ -49,6 +49,8 @@ build-openssl-heimdal-lloadd:
       - obj/tests/testrun/
       - obj/servers/
       - obj/libraries/
+    reports:
+      junit: obj/tests/junit*.xml
 
 build-gnutls-mit-standalone-lloadd:
   stage: build
@@ -75,6 +77,8 @@ build-gnutls-mit-standalone-lloadd:
       - obj/tests/testrun/
       - obj/servers/
       - obj/libraries/
+    reports:
+      junit: obj/tests/junit*.xml
 
 build-mbedtls-mit-lloadd:
   image: "debian:testing"
@@ -102,3 +106,5 @@ build-mbedtls-mit-lloadd:
       - obj/tests/testrun/
       - obj/servers/
       - obj/libraries/
+    reports:
+      junit: obj/tests/junit*.xml