Set the buildset-registry non voting

Test jobs often fail because buildset-registry
starts in the very beginning of the buildset
and then it takes a while to build images and then
run the deployment tests.

Fortunately building images takes about an hour
even taking into account waiting in the queue.
And then in most cases during the deployment job
images are consumed before the buildset-registry
job times out.

So setting the buildset-registry job non-voting
can help to avoid POST_FAILURE.

Change-Id: Ibe4726b4c89c281e9234d2e495c8ed50a008c8aa
This commit is contained in:
Vladimir Kozhukalov 2024-04-26 15:31:59 -05:00
parent 0b77f581de
commit 9c19b92dea
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
name: openstack-helm-images-buildset-registry
parent: opendev-buildset-registry
timeout: 10800
voting: false
# In docker_images:
# `context` is the folder in osh-images