From 9c19b92deac0d2460f38da2e67f4d7e81bf17d8e Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Fri, 26 Apr 2024 15:31:59 -0500 Subject: [PATCH] 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 --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 6d03522a..428af3be 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -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