mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Exclude flaky villain tests S0094 and PCI0006
Both tests intermittently report WEDGED because the villain harness can lose the guest verdict marker when the VM exits before the VMM drains the console virtqueue, so the host reads a console with no marker under load. This is a harness race, not a CH defect, and it lands on a random test each run. Exclude the two most affected until the harness drains the console on shutdown. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
2ea2209920
commit
d0dc2c2cb1
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -899,6 +899,7 @@ jobs:
|
||||
--vmm "${GITHUB_WORKSPACE}/target/release/cloud-hypervisor" \
|
||||
--blk-queues 2 --net-queues 2 --cpus 2 --memory 256M \
|
||||
--order=fast \
|
||||
--exclude S0094 --exclude PCI0006 \
|
||||
--jobs 4 --batch 10 --timeout 45 --log-dir villain-logs \
|
||||
--format junit --output villain-logs/results.xml \
|
||||
| tee villain-logs/run.out
|
||||
|
||||
Reference in New Issue
Block a user