mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
c03701f0de
commit
43a090e44c
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user