From dec761b680bf8ef9b28a74e4eed4ba2d8ea4f0ac Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Tue, 13 May 2025 14:22:33 +0200 Subject: [PATCH] Disable NOVA_COMPILE_MDEV_SAMPLES to unblock CI The nova-next is blocked by missing kernel sources during compilation disabling it until we find a solution. The result is not yet used by the nova job so it is safe to disable. Related-Bug: #2110545 Change-Id: Idb4be7d7537fe08f639b9c91b9f9bc261076884f --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index e9d616bd32a9..5af20687635e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -466,7 +466,9 @@ NOVNC_FROM_PACKAGE: False NOVA_USE_UNIFIED_LIMITS: True # Added in Caracal. - NOVA_COMPILE_MDEV_SAMPLES: True + # Temporarly disabled due to + # https://bugs.launchpad.net/nova/+bug/2110545 + NOVA_COMPILE_MDEV_SAMPLES: False devstack_services: # Disable OVN services br-ex-tcpdump: false