From 43a090e44c1e5e1b45c444439fc12ee672dd1ae5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 15 Jul 2026 18:48:47 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37679ee76..e1ee82e76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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