From 5ded5d8050c98f3e2ec61b340171d2a56735c2eb Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Sun, 19 Sep 2021 17:30:00 +0200 Subject: [stable-only] Set lower-constraints job as non-voting This patch sets the failing lower-constraints job to non-voting until final fix arrives for the failure. With the latest setuptools (bundled into python virtualenv) the lower constraints job started to fail on ussuri when it tries to install old version of 'decorator'. The error message is: error in decorator setup command: use_2to3 is invalid. The needed minimal version of 'decorator' would be 4.0.0, but it is only needed if the latest version of setuptools (virtualenv) is used. On old branches it would be good to pin setuptools (virtualenv), otherwise we can face similar issues. Until the final decision / fix, let's just set the lower-constraints job non-voting to unblock the gate. Change-Id: I01700882ca63f26975d4ecfd7d0a90ea95fe6614 --- .zuul.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index c5df8beb16..675283d51f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -384,7 +384,6 @@ - check-requirements - integrated-gate-compute - openstack-cover-jobs - - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - periodic-stable-jobs - publish-openstack-docs-pti @@ -432,6 +431,8 @@ - ^setup.cfg$ - ^tools/.*$ - ^tox.ini$ + - openstack-tox-lower-constraints: + voting: false - nova-grenade-multinode: irrelevant-files: *policies-irrelevant-files - tempest-ipv6-only: @@ -450,6 +451,8 @@ - nova-tox-validate-backport - tempest-integrated-compute: irrelevant-files: *policies-irrelevant-files + - openstack-tox-lower-constraints: + voting: false - nova-grenade-multinode: irrelevant-files: *policies-irrelevant-files - tempest-ipv6-only: -- cgit v1.2.1