From add5a411ace942663d99f92e443b1effc6e7a867 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 15 May 2019 15:39:25 -0700 Subject: [PATCH] Make build/upload/promote image jobs non-voting Change-Id: If284513ead5ff0d7f9e997ebf2a8820c9acf79e3 --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 149b5e07bd..7865977085 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -313,6 +313,7 @@ - job: name: swift-build-image parent: opendev-build-docker-image + voting: false description: Build SAIO docker images. vars: &swift_image_vars docker_images: @@ -322,6 +323,7 @@ - job: name: swift-upload-image parent: opendev-upload-docker-image + voting: false description: Build SAIO docker images and upload to Docker Hub. secrets: name: docker_credentials @@ -332,6 +334,7 @@ - job: name: swift-promote-image parent: opendev-promote-docker-image + voting: false description: Promote previously uploaded Docker images. secrets: name: docker_credentials