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 <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-07-16 23:46:26 +02:00
committed by Rob Bradford
parent 1ad1de1398
commit b0369bf2da

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.2
VILLAIN_REF: v0.5.5
steps:
- name: Code checkout
uses: actions/checkout@v7