From 914b55a631de7e1623cc635edf8dab5168328752 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 19 Jan 2022 18:03:25 +0000 Subject: [PATCH] Remove lower-constraint job from stable/wallaby This patch removes the lower-constraint job from the stable/wallaby branch. This is part of a series of patches that will remove the job from all stable branches of Designate. The lower constraint check is important on the master branch to make sure that new patches are tested against the lowest supported version of dependencies. This helps packagers make sure they have at least the minimum version of a dependency packaged along with the service. After a release and the stable branch is created, these jobs can cause problems maintaining the stable branches as bug fix patches are released for the dependency projects. For this reason, we are proposing to maintain the lower-constraints job on the master branch, but disable it on the stable branches. Change-Id: I56ffa130c4d9343fcd9234f281e1e6bbc252f4e6 --- .zuul.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index ff1852500..41181e8e1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -143,7 +143,6 @@ templates: - designate-devstack-jobs - openstack-cover-jobs - - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - periodic-stable-jobs