summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElod Illes <elod.illes@est.tech>2021-09-19 17:30:00 +0200
committerElod Illes <elod.illes@est.tech>2021-09-19 23:21:01 +0200
commit5ded5d8050c98f3e2ec61b340171d2a56735c2eb (patch)
tree54553b8a5dee92dda4240682cd1b18b03f25e803
parentcce1f9a0f04e4b3dfd88e001614b74a6d2a94956 (diff)
downloadnova-5ded5d8050c98f3e2ec61b340171d2a56735c2eb.tar.gz
[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
-rw-r--r--.zuul.yaml5
1 files changed, 4 insertions, 1 deletions
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: