From 503e6d2735ae681c783fb8a1bddefbf487797430 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 8 Oct 2025 09:52:12 -0700 Subject: [PATCH] ironic-inspector retirement: end most gating This removes gating for ironic-inspector and related projects. However, since ironic-inspector may need a release in case of a catastrophic security bug, we need to leave a limited number of gate jobs running. The other inspector-adjacent projects do not have such a need and are fully removed. Change-Id: I2dab04113ebc07ca91fa70e64af91dc855d2d5de Signed-Off-By: Jay Faulkner --- zuul.d/projects.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index f6ae2f325b..2d13e308fb 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -2047,19 +2047,23 @@ - api-ref-jobs - publish-to-pypi +# NOTE(JayF): ironic-inspector is deprecated, but may receive security +# fixes on stable branches. Ensure we can release on stable +# branches. Last supported ironic-inspector is in 2025.2. - project: name: openstack/ironic-inspector queue: ironic templates: - official-openstack-repo-jobs - - translation-jobs-master-only - - publish-to-pypi - - api-ref-jobs + - publish-to-pypi-stable-only + - noop-jobs - project: name: openstack/ironic-inspector-specs + queue: ironic templates: - official-openstack-repo-jobs + - noop-jobs # NOTE(JayF): ironic-lib is deprecated, but may receive security # fixes on stable branches. Ensure we can release on @@ -3878,7 +3882,7 @@ name: openstack/python-ironic-inspector-client templates: - official-openstack-repo-jobs - - publish-to-pypi + - noop-jobs - project: name: openstack/python-ironicclient