From 5916e7af2179e030ec581c0867228abac94f151c Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 12 May 2022 11:55:28 +0200 Subject: Remove support for distributions with Python 3.6 IPA can no longer be installed on them, other projects will follow. Change-Id: I945520d912564be610cee3990bad827549747904 Depends-On: https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/841562 --- zuul.d/project.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 39413085..547edd43 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -20,8 +20,6 @@ # to break them. They rather serve as a canary for broken POST jobs. - ironic-python-agent-check-image-tinyipa: voting: false - - ironic-python-agent-check-image-dib-centos8: - voting: false - ironic-python-agent-check-image-dib-centos9: voting: false # Non-voting jobs @@ -40,4 +38,4 @@ post: jobs: - ironic-python-agent-build-image-tinyipa - - ironic-python-agent-build-image-dib-centos8 + - ironic-python-agent-build-image-dib-centos9 -- cgit v1.2.1