Make container build job voting

In order to prevent us from merging changes in tripleo-common that break
container builds using the current promoted code, we need to make this
job voting.

Related-Bug: #1813998
Related-Bug: #1813176
Change-Id: If984dbd9c35e599bd13e52ed8df8d3386e36eb82
This commit is contained in:
Alex Schultz 2019-01-30 15:55:48 -07:00
parent 21c4f37fd7
commit 570c200912
1 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,11 @@
check:
jobs:
- tripleo-build-containers-centos-7
gate:
queue: tripleo
jobs:
- tripleo-build-containers-centos-7
- job:
name: tripleo-build-containers-centos-7
@ -17,7 +22,7 @@
post-run: playbooks/tripleo-buildcontainers/post.yaml
timeout: 7200
nodeset: single-centos-7-node
voting: false
voting: true
required-projects:
- git.openstack.org/openstack/ansible-role-container-registry
- git.openstack.org/openstack/kolla
@ -31,6 +36,7 @@
files:
# tripleo-ci
- ^playbooks/tripleo-buildcontainers/.*$
- zuul.d/build-containers.yaml
# tripleo-common
- ^container-images/.*$
- ^tripleo_common/image/.*$