From 5adf2b8e609f833580e86ab306d9b489e1b56776 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Fri, 26 Apr 2024 15:31:59 -0500 Subject: [PATCH] Disable timeout for the buildset-registry job Test jobs often fail because buildset-registry starts in the very beginning of the test job and then it takes a while to build images and then run the deployment tests. The infrastructure job queue is often long enough and the buildset-registry timeout also includes all these times when jobs are waiting for scheduling. The maximum timeout is 10800 sometimes not enough even though all build/test jobs take much less for running. Change-Id: Ibe4726b4c89c281e9234d2e495c8ed50a008c8aa --- zuul.d/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 6d03522a..31cf6109 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -91,7 +91,7 @@ - job: name: openstack-helm-images-buildset-registry parent: opendev-buildset-registry - timeout: 10800 + timeout: 0 # In docker_images: # `context` is the folder in osh-images