From 9ea87ccf4334e893565c2fa1ee8e587f56e592a1 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Wed, 9 Dec 2020 09:28:29 +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: I8cd4554a20f89df92dbad4961d5a07a21f26fae8 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index bca22a30..caf4a038 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -12,7 +12,7 @@ templates: - check-requirements - openstack-cover-jobs - - openstack-lower-constraints-jobs + # - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - periodic-stable-jobs - publish-openstack-docs-pti -- cgit v1.2.1