From 7ca8ddccf267b85e89c40786c11d0c12873bf0bc Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 10 Sep 2025 16:12:11 +0100 Subject: [PATCH] Add cross-gating job with openstacksdk This is a good canary for schema-related issues. It seems reasonable to only run on direct API-related changes. Anything that breaks on the SDK side should be caught by the SDK job. Change-Id: I2d6ba3666e569f867fd13b695d16d13e44e3fd44 Signed-off-by: Stephen Finucane --- zuul.d/project.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index c4786a5c36..1f1c7f367e 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -44,6 +44,9 @@ # NOTE(rpittau): Currently broken because of an issue with parted - metalsmith-integration-glance-centos9-uefi: voting: false + - openstacksdk-functional-devstack: + files: + - ^ironic/api/.*$ ##################################################################### # Grenade should be removed in advance of the unmaintained branches # # as it doesn't know how to upgrade from an unmaintained branch. #