From 64e6da6fe1c810befab1e5a59230ce8711dce709 Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Thu, 30 Nov 2023 12:04:37 +0000 Subject: [PATCH] Increase timeout for glance cinder multistore job Currently the glance cinder multistore job times out from time to time in 2 hours (and some minutes)[1]. The issue is not specific and generally points to a slow devstack deployment or a slow tempest run[2] which exceeds the allocated time provided for the job to complete. Unless the job is checked thoroughly to determine the areas of improvement, a short term fix would be to increase the timeout of job (which might also be the ideal solution if the job is landing on a system with inferior hardware). This patch increases the timeout to 10800 seconds i.e. 3 hours. [1] https://zuul.openstack.org/builds?job_name=glance-multistore-cinder-import&project=openstack%2Fglance&skip=0 [2] https://review.opendev.org/c/openstack/glance/+/899868/1#message-081c737d8747de44669acd1cdc322e347b09d390 Change-Id: I2d21d8b098355a6cc4ceb1de8f9d7fefa19be965 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 32320f5320..7439ddd958 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -258,6 +258,7 @@ parent: tempest-integrated-storage-import description: | The regular import workflow job to test with multiple cinder stores + timeout: 10800 vars: devstack_localrc: USE_CINDER_FOR_GLANCE: True