Skip to content

CI: Convert CTest Results to JUnit Format and Report to GitLab

Simon Spannagel requested to merge junit_ci into multithreading

This takes the CTest output from our testing suite and converts it to the XML format interpreted by the JUnit parser of the GitLab CI. We take the XML file and upload it to GitLab to display testing results directly in the MR.

MR View with failed test:

image

Pipeline View with list of tests, all passed:

image

MR View with all tests passed:

image

Direct Trace View of failed jobs:

image

Edited by Simon Spannagel

Merge request reports