On Thu, 27 Jun 2024 at 14:43, Tom Rini <tr...@konsulko.com> wrote:
>
> 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.
>
> Signed-off-by: Tom Rini <tr...@konsulko.com>
> ---
>  .azure-pipelines.yml | 12 +++++++++++-
>  .gitlab-ci.yml       |  5 ++++-
>  2 files changed, 15 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <s...@chromium.org>

Nice!

Reply via email to