From cecf00ee831c6dca3905017cfac3192f9a437e34 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 26 Oct 2020 15:43:14 +0100 Subject: [PATCH] Re-enable ironic-inspector-tempest-managed-non-standalone job The pymemcache lib was updated recently in upper-constraints to 3.4.0 and since then the ironic-inspector-tempest-managed-non-standalone job has been broken. There seems to be an issue between tooz memcache driver and pymemcache, the change in upper-constraints has been reverted [1] and the failing version blacklisted in global-requirements. Re-enabling ironic-inspector-tempest-managed-non-standalone as it will now pass correctly. [1] https://review.opendev.org/760103 Change-Id: I4944860c265f9e5060c8ab276e7962a93a27da88 --- zuul.d/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index f0919fd7e..78a358a93 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -11,8 +11,7 @@ - ironic-inspector-grenade - ironic-inspector-tempest - ironic-inspector-tempest-discovery - - ironic-inspector-tempest-managed-non-standalone: - voting: false + - ironic-inspector-tempest-managed-non-standalone - openstack-tox-functional-py38 - bifrost-integration-tinyipa-ubuntu-focal: voting: false @@ -24,4 +23,5 @@ - ironic-inspector-grenade - ironic-inspector-tempest - ironic-inspector-tempest-discovery + - ironic-inspector-tempest-managed-non-standalone - openstack-tox-functional-py38