From 63e20bff29f1765b3953e0165ebd8a7aab0b6a87 Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Fri, 15 Jan 2021 17:18:48 +0800 Subject: [PATCH] Drop lower-constraints job Lower-constraints is not a requirement of the OpenStack Python PTI [0] and there currently is a discussion on the mailing list [1] about dropping the test, with the oslo team already having done so [2]. The new dependency resolver in pip fails due to incompatible dependency versions in our lower-constraints file, meaning that we were never providing any real guarantees with it. To unblock the CI, I am disabling lower-constraints job for now, with the option to reenable it in case we fix the constraints, and based on the outcome of the mailing list discussions and consensus. [0]. https://governance.openstack.org/tc/reference/pti/python.html [1]. http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019672.html [2]. http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019659.html Change-Id: Icb16bad2fc18abe1d9a783d25e844a8c02a3f321 --- .zuul.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 273ec587..4858ab3a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -29,7 +29,6 @@ - project: templates: - check-requirements - - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti