qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 03/33] gitlab-ci: add meson JUnit test result into report


From: Thomas Huth
Subject: Re: [PATCH v1 03/33] gitlab-ci: add meson JUnit test result into report
Date: Mon, 30 May 2022 11:03:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

On 27/05/2022 17.35, Alex Bennée wrote:
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Please add the patch description that Marc-André provided here:

https://lists.gnu.org/archive/html/qemu-devel/2022-05/msg05797.html

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220525173411.612224-1-marcandre.lureau@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  .gitlab-ci.d/buildtest-template.yml | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.d/buildtest-template.yml 
b/.gitlab-ci.d/buildtest-template.yml
index dc6d67aacf..b381345dbc 100644
--- a/.gitlab-ci.d/buildtest-template.yml
+++ b/.gitlab-ci.d/buildtest-template.yml
@@ -44,6 +44,8 @@
      expire_in: 7 days
      paths:
        - build/meson-logs/testlog.txt
+    reports:
+      junit: build/meson-logs/testlog.junit.xml
.avocado_test_job_template:
    extends: .common_test_job_template

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]