From f0bb79a3a90d07a7809df14effe59c1e7c5be6d1 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 7 May 2026 08:42:35 +0100 Subject: [PATCH] build: Temporarily make VFIO job non-blocking Don't block the CI passing if the VFIO integration tests fail. Signed-off-by: Rob Bradford --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9cec8b8e8..19ab6d2e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -739,7 +739,8 @@ jobs: - gitlint - hadolint - integration-arm64 - - integration-vfio + # VFIO worker is failing #8160 + # - integration-vfio - integration-windows - integration-x86-64-mq - integration-x86-64-pr