ci: Bump virtio-villain to v0.5.2

The S0094 state test could be reported as WEDGED when the host per
test timeout killed the VM before the guest finished its wait,
dropping the verdict marker. v0.5.2 accepts that timeout case as a
pass since the device does not consume the buffer before DRIVER_OK.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-07-15 18:48:47 +02:00
committed by Rob Bradford
parent c03701f0de
commit 43a090e44c

View File

@@ -854,7 +854,7 @@ jobs:
runs-on: ubuntu-latest
env:
VILLAIN_REPO: https://github.com/weltling/virtio-villain.git
VILLAIN_REF: v0.5.0
VILLAIN_REF: v0.5.2
steps:
- name: Code checkout
uses: actions/checkout@v7