ValgrindCI icon indicating copy to clipboard operation
ValgrindCI copied to clipboard

suggestion: Add JUnit xml export

Open arthur-devialet opened this issue 2 years ago • 0 comments

Would be very useful to add support for JUnit xml export because Jenkins natively understands it

Refs:

  • Jenkins "official" valgrind plugins is bugged and no longer maintained: https://issues.jenkins.io/browse/JENKINS-50558
  • Found some "draft" scripts that do it: https://humdi.net/wiki/tips/valgrind-to-xunit-xml-converter but the parser of this repo seems more robust
  • https://pypi.org/project/junit-xml/ could be use for the export instead of writing the output xml itself

arthur-devialet avatar Apr 07 '23 12:04 arthur-devialet