From 6aac8ded86cdb2297cb2a430ae38cdbe6cc2a2f6 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Wed, 9 Dec 2020 09:35:41 +1300 Subject: Disable openstack-lower-constraints-jobs The community doesn't have a final solution, the following are what we found: * virtualenv 20.2.2 released recently with pip bumped to 20.3.1 * pip before 20.3 is not actually satisfying the full dependency set and those issues were uncovered by the newer version. * Disable this job for now until the community has a decent solution Change-Id: Ib4a59ae54cc6d86234226ad8b78fbb0058cc02de --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index c590555..9f32d5d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,7 @@ - project: templates: - check-requirements - - openstack-lower-constraints-jobs +# - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti -- cgit v1.2.1