[PATCH 0/2] gitlab: improve debuggability of jobs

Daniel P. Berrangé posted 2 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221103173044.3969425-1-berrange@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
.gitlab-ci.d/buildtest-template.yml  |  4 ++++
.gitlab-ci.d/crossbuild-template.yml | 24 ++++++++++++++++++------
2 files changed, 22 insertions(+), 6 deletions(-)
[PATCH 0/2] gitlab: improve debuggability of jobs
Posted by Daniel P. Berrangé 1 year, 6 months ago
This ensures that the main configure/make commands
run have their args echoed into the build logs.

Daniel P. Berrangé (2):
  gitlab: remove redundant setting of PKG_CONFIG_PATH
  gitlab: show configure/make args before running

 .gitlab-ci.d/buildtest-template.yml  |  4 ++++
 .gitlab-ci.d/crossbuild-template.yml | 24 ++++++++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)

-- 
2.37.2


Re: [PATCH 0/2] gitlab: improve debuggability of jobs
Posted by Paolo Bonzini 1 year, 4 months ago
Queued patch 1 while the second is figured out, thanks.

Paolo