[PULL 0/9] Testing / CI patches

Thomas Huth posted 9 patches 10 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230626081415.64615-1-thuth@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>, Yonggang Luo <luoyonggang@gmail.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
docs/devel/ci-jobs.rst.inc           | 11 +++++++
tests/qtest/cxl-test.c               |  2 ++
tests/qtest/vhost-user-test.c        |  2 +-
.gitlab-ci.d/base.yml                | 63 ++++++++++++++++++++++++++++++++----
.gitlab-ci.d/buildtest-template.yml  |  4 +--
.gitlab-ci.d/buildtest.yml           |  4 +--
.gitlab-ci.d/container-template.yml  |  3 +-
.gitlab-ci.d/crossbuild-template.yml |  6 ++--
.gitlab-ci.d/static_checks.yml       |  4 +--
.gitlab-ci.d/windows.yml             | 15 ++++++---
10 files changed, 92 insertions(+), 22 deletions(-)
[PULL 0/9] Testing / CI patches
Posted by Thomas Huth 10 months, 3 weeks ago
The following changes since commit 79dbd910c9ea6ca38f8e1b2616b1e5e885b85bd3:

  Merge tag 'hppa-boot-reboot-fixes-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2023-06-25 08:58:49 +0200)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-06-26

for you to fetch changes up to b197ea8636a18b0e2968b00c3a392bfc641b51a0:

  tests/qtest/cxl-test: Clean up temporary directories after testing (2023-06-26 09:01:33 +0200)

----------------------------------------------------------------
* Improve gitlab-CI with regards to handling of stable staging branches
* Add msys2 gitlab-CI artifacts
* Minor qtest fixes

----------------------------------------------------------------
Daniel P. Berrangé (5):
      gitlab: centralize the container tag name
      gitlab: allow overriding name of the upstream repository
      gitlab: stable staging branches publish containers in a separate tag
      gitlab: avoid extra pipelines for tags and stable branches
      gitlab: support disabling job auto-run in upstream

Marc-André Lureau (2):
      gitlab-ci: grab msys2 meson-logs as artifacts
      gitlab-ci: add msys2 meson test to junit report

Milan Zamazal (1):
      tests/qtest: Fix a comment typo in vhost-user-test.c

Thomas Huth (1):
      tests/qtest/cxl-test: Clean up temporary directories after testing

 docs/devel/ci-jobs.rst.inc           | 11 +++++++
 tests/qtest/cxl-test.c               |  2 ++
 tests/qtest/vhost-user-test.c        |  2 +-
 .gitlab-ci.d/base.yml                | 63 ++++++++++++++++++++++++++++++++----
 .gitlab-ci.d/buildtest-template.yml  |  4 +--
 .gitlab-ci.d/buildtest.yml           |  4 +--
 .gitlab-ci.d/container-template.yml  |  3 +-
 .gitlab-ci.d/crossbuild-template.yml |  6 ++--
 .gitlab-ci.d/static_checks.yml       |  4 +--
 .gitlab-ci.d/windows.yml             | 15 ++++++---
 10 files changed, 92 insertions(+), 22 deletions(-)


Re: [PULL 0/9] Testing / CI patches
Posted by Richard Henderson 10 months, 3 weeks ago
On 6/26/23 10:14, Thomas Huth wrote:
> The following changes since commit 79dbd910c9ea6ca38f8e1b2616b1e5e885b85bd3:
> 
>    Merge tag 'hppa-boot-reboot-fixes-pull-request' ofhttps://github.com/hdeller/qemu-hppa  into staging (2023-06-25 08:58:49 +0200)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git  tags/pull-request-2023-06-26
> 
> for you to fetch changes up to b197ea8636a18b0e2968b00c3a392bfc641b51a0:
> 
>    tests/qtest/cxl-test: Clean up temporary directories after testing (2023-06-26 09:01:33 +0200)
> 
> ----------------------------------------------------------------
> * Improve gitlab-CI with regards to handling of stable staging branches
> * Add msys2 gitlab-CI artifacts
> * Minor qtest fixes

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~