mbox

[PULL,0/5] more maintainer updates (git, avocado)

Message ID 20240320161340.391798-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-for-real-this-time-200324-1

Message

Alex Bennée March 20, 2024, 4:13 p.m. UTC
The following changes since commit c62d54d0a8067ffb3d5b909276f7296d7df33fa7:

  Update version for v9.0.0-rc0 release (2024-03-19 19:13:52 +0000)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-for-real-this-time-200324-1

for you to fetch changes up to 55900f5dcc3205b87609d9be452c6c76c48b863b:

  tests/avocado: sbsa-ref: add OpenBSD tests for misc 'max' setup (2024-03-20 09:52:27 +0000)

----------------------------------------------------------------
maintainer updates (gitlab, avocado):

  - avoid extra git data on gitlab checkouts
  - update sbsa-ref tests

----------------------------------------------------------------
Alex Bennée (1):
      gitlab: aggressively avoid extra GIT data

Marcin Juszkiewicz (4):
      tests/avocado: update sbsa-ref firmware
      tests/avocado: drop virtio-rng from sbsa-ref tests
      tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup
      tests/avocado: sbsa-ref: add OpenBSD tests for misc 'max' setup

 .gitlab-ci.d/base.yml                    |  4 ++
 .gitlab-ci.d/buildtest-template.yml      |  1 +
 .gitlab-ci.d/buildtest.yml               |  2 +
 .gitlab-ci.d/custom-runners.yml          |  5 +-
 .gitlab-ci.d/windows.yml                 |  2 +
 tests/avocado/machine_aarch64_sbsaref.py | 86 +++++++++++++++++++++-----------
 6 files changed, 70 insertions(+), 30 deletions(-)

Comments

Peter Maydell March 21, 2024, 12:18 p.m. UTC | #1
On Wed, 20 Mar 2024 at 16:15, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit c62d54d0a8067ffb3d5b909276f7296d7df33fa7:
>
>   Update version for v9.0.0-rc0 release (2024-03-19 19:13:52 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-for-real-this-time-200324-1
>
> for you to fetch changes up to 55900f5dcc3205b87609d9be452c6c76c48b863b:
>
>   tests/avocado: sbsa-ref: add OpenBSD tests for misc 'max' setup (2024-03-20 09:52:27 +0000)
>
> ----------------------------------------------------------------
> maintainer updates (gitlab, avocado):
>
>   - avoid extra git data on gitlab checkouts
>   - update sbsa-ref tests
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM