qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/3] gitlab: show testlog.txt contents when cirrus/custom-run


From: Thomas Huth
Subject: Re: [PATCH 2/3] gitlab: show testlog.txt contents when cirrus/custom-runner jobs fail
Date: Thu, 21 Jul 2022 09:32:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

On 20/07/2022 18.51, Daniel P. Berrangé wrote:
When tests fail meson just displays a summary and tells you to look at
the testlog.txt file for details. The native jobs on shared runners
publish testlog.txt as an artifact. For the Cirrus jobs and custom
runner jobs this is not currently possible. The best we can do is cat
the log contents on failure, to give maintainers a fighting chance
of diagnosing the problem.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
  .gitlab-ci.d/cirrus/build.yml                        |  3 ++-
  .../custom-runners/centos-stream-8-x86_64.yml        |  2 ++
  .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch32.yml |  2 ++
  .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml | 12 ++++++++++++
  .gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml   | 12 ++++++++++++
  5 files changed, 30 insertions(+), 1 deletion(-)
Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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