]> git.dujemihanovic.xyz Git - u-boot.git/commit
CI: Make pytest export JUnitXML
authorTom Rini <trini@konsulko.com>
Thu, 27 Jun 2024 13:43:20 +0000 (07:43 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:27:20 +0000 (09:27 -0600)
commit26c56f1c58f6cdbbfb3428526136749ff8372c53
tree2635dbcb82013ce21fec41ebe461d8739fe3f35d
parent98506897513718b7a47150b260eaa4638ce6c202
CI: Make pytest export JUnitXML

Both GitLab and Azure (and other CI systems) have native support for
displaying JUnitXML test report results. The pytest framework that we
use can generate these reports. Change our CI tests so that they will
generate these reports and then have the respective CI platform pick
them up. We write to different locations because of where each CI is
(and isn't) able to easily pass things along.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml