build: Mark vfio runner as required for MQ

Across the last 20 MQ runs, all 13 vfio runner failures came from two
flaky tests. Both are now skipped and tracked in #8548 and #8549.

Signed-off-by: Bo Chen <bchen@crusoe.ai>
This commit is contained in:
Bo Chen
2026-07-07 23:08:34 +00:00
parent 19289a3b82
commit 595a24d270
2 changed files with 3 additions and 2 deletions

View File

@@ -870,8 +870,7 @@ jobs:
- hadolint
- integration-arm64
- integration-sev-snp
# VFIO worker is failing #8160
# - integration-vfio
- integration-vfio
- integration-mshv-x86-64
- integration-windows
- integration-x86-64-mq

View File

@@ -12094,6 +12094,7 @@ mod vfio {
}
#[test]
#[ignore = "See #8548"]
fn test_iommufd_nvidia_card_pci_hotplug() {
test_nvidia_card_pci_hotplug_common(true);
}
@@ -12340,6 +12341,7 @@ mod vfio {
}
#[test]
#[ignore = "See #8549"]
fn test_iommufd_nvidia_card_x_exclude_mmap_bars() {
test_nvidia_card_x_exclude_mmap_bars_common(true);
}