mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user