From b0369bf2da00e4ef45c63a01a9e409a632cb59aa Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 16 Jul 2026 23:46:26 +0200 Subject: [PATCH] ci: Bump virtio-villain to v0.5.5 Further stability improvements in the villain harness keep printed verdicts when a batch times out, stop batch timeouts from wedging benign tests, and capture VMM stderr separately so it cannot corrupt verdict markers, reducing spurious WEDGED results. 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 2d9ece933..e32c0db87 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.2 + VILLAIN_REF: v0.5.5 steps: - name: Code checkout uses: actions/checkout@v7