[PATCH 0/2] gitlab: improve artifact handling

Daniel P. Berrangé posted 2 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230503145535.91325-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>, Bin Meng <bmeng.cn@gmail.com>
.gitlab-ci.d/buildtest-template.yml  | 4 +++-
.gitlab-ci.d/buildtest.yml           | 5 +++++
.gitlab-ci.d/crossbuild-template.yml | 1 +
.gitlab-ci.d/crossbuilds.yml         | 2 ++
.gitlab-ci.d/custom-runners.yml      | 1 +
.gitlab-ci.d/opensbi.yml             | 1 +
6 files changed, 13 insertions(+), 1 deletion(-)
[PATCH 0/2] gitlab: improve artifact handling
Posted by Daniel P. Berrangé 12 months ago
We are missing test log artifacts from various check jobs on failure,
and also missing test logs from the coverage job

Daniel P. Berrangé (2):
  gitlab: explicit set artifacts publishing criteria
  gitlab: ensure coverage job also publishes meson log

 .gitlab-ci.d/buildtest-template.yml  | 4 +++-
 .gitlab-ci.d/buildtest.yml           | 5 +++++
 .gitlab-ci.d/crossbuild-template.yml | 1 +
 .gitlab-ci.d/crossbuilds.yml         | 2 ++
 .gitlab-ci.d/custom-runners.yml      | 1 +
 .gitlab-ci.d/opensbi.yml             | 1 +
 6 files changed, 13 insertions(+), 1 deletion(-)

-- 
2.40.1


Re: [PATCH 0/2] gitlab: improve artifact handling
Posted by Alex Bennée 11 months, 3 weeks ago
Daniel P. Berrangé <berrange@redhat.com> writes:

> We are missing test log artifacts from various check jobs on failure,
> and also missing test logs from the coverage job

Queued to testing/next, thanks.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro
Re: [PATCH 0/2] gitlab: improve artifact handling
Posted by Juan Quintela 11 months, 3 weeks ago
Daniel P. Berrangé <berrange@redhat.com> wrote:
> We are missing test log artifacts from various check jobs on failure,
> and also missing test logs from the coverage job
>
> Daniel P. Berrangé (2):
>   gitlab: explicit set artifacts publishing criteria
>   gitlab: ensure coverage job also publishes meson log
>
>  .gitlab-ci.d/buildtest-template.yml  | 4 +++-
>  .gitlab-ci.d/buildtest.yml           | 5 +++++
>  .gitlab-ci.d/crossbuild-template.yml | 1 +
>  .gitlab-ci.d/crossbuilds.yml         | 2 ++
>  .gitlab-ci.d/custom-runners.yml      | 1 +
>  .gitlab-ci.d/opensbi.yml             | 1 +
>  6 files changed, 13 insertions(+), 1 deletion(-)

Daniel

I love the idea of this series.

But I have no idea about gitlab, yml or gitlab, so my review is
useless.

But thanks for doing it.

Later, Juan.