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
This commit is contained in:
Vladimir Kozhukalov 2024-04-26 15:31:59 -05:00
parent 0b77f581de
commit 5adf2b8e60
1 changed files with 1 additions and 1 deletions

View File

@ -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