Message ID | 20241202135640.80528-1-thuth@redhat.com (mailing list archive) |
---|---|
State | New |
Headers | show |
On Mon, 2 Dec 2024 at 13:56, Thomas Huth <thuth@redhat.com> wrote: > > Hi Peter! > > The following changes since commit 72b88908d12ee9347d13539c7dd9a252625158d1: > > Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-11-29 10:09:05 +0000) > > are available in the Git repository at: > > https://gitlab.com/thuth/qemu.git tags/pull-request-2024-12-02 > > for you to fetch changes up to 92ee59bf56ba42954166e56ab112afe10f3c7556: > > tests/functional: increase timeouts for arm sx1 test (2024-12-02 14:53:40 +0100) > > ---------------------------------------------------------------- > * Fix timeouts in arm-sx1 test > * Check for the "pc" machine in the virtio_version and acpi-bits tests > > ---------------------------------------------------------------- Applied to target-arm.next, thanks. PS: armbian.com is returning 418 again -- maybe we should skip that test for now? https://gitlab.com/qemu-project/qemu/-/jobs/8522343823 thanks -- PMM
On 02/12/2024 18.56, Peter Maydell wrote: > On Mon, 2 Dec 2024 at 13:56, Thomas Huth <thuth@redhat.com> wrote: >> >> Hi Peter! >> >> The following changes since commit 72b88908d12ee9347d13539c7dd9a252625158d1: >> >> Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-11-29 10:09:05 +0000) >> >> are available in the Git repository at: >> >> https://gitlab.com/thuth/qemu.git tags/pull-request-2024-12-02 >> >> for you to fetch changes up to 92ee59bf56ba42954166e56ab112afe10f3c7556: >> >> tests/functional: increase timeouts for arm sx1 test (2024-12-02 14:53:40 +0100) >> >> ---------------------------------------------------------------- >> * Fix timeouts in arm-sx1 test >> * Check for the "pc" machine in the virtio_version and acpi-bits tests >> >> ---------------------------------------------------------------- > > Applied to target-arm.next, thanks. > > PS: armbian.com is returning 418 again -- maybe we should > skip that test for now? > https://gitlab.com/qemu-project/qemu/-/jobs/8522343823 HTTP code 418 is "I'm a teapot" ... whaaat? Why is the server using this status code? Anyway, we likely really need some logic that simply skips the test for such status codes, and only fails if you get a clean 404 error. I'll try to find some spare time for creating such a patch (not today, sorry), but if anybody wants to beat me to it, be my guest! Thomas