Make jobs voting again

This should allow us to start testing the latest versions of zuul again.

Change-Id: Ia41f1104bff14728291502c33110eff150d3a372
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2021-06-23 10:06:16 -04:00
parent 53c3920c6b
commit 40ba59d89e
2 changed files with 9 additions and 5 deletions

View File

@ -16,9 +16,6 @@
name: ansible-role-zuul-ubuntu-bionic
parent: ansible-role-zuul
nodeset: ubuntu-bionic
vars:
zuul_pip_version: 3.19.1
zuul_pip_name: zuul[mysql_reporter]
# Testing for zuul_install_method: git
- job:
@ -41,10 +38,10 @@
check:
jobs:
- ansible-role-zuul-ubuntu-bionic
- ansible-role-zuul-src-ubuntu-bionic:
voting: false
- ansible-role-zuul-src-ubuntu-bionic
- tox-linters
gate:
jobs:
- ansible-role-zuul-ubuntu-bionic
- ansible-role-zuul-src-ubuntu-bionic
- tox-linters

View File

@ -7,6 +7,9 @@ server = 127.0.0.1
[zookeeper]
hosts = localhost:2181
tls_ca = /etc/zuul/ssl/zookeeper-cacert.pem
tls_cert = /etc/zuul/ssl/zookeeper-client.pem
tls_key = /etc/zuul/ssl/zookeeper-client.key
[gearman_server]
listen_address = 127.0.0.1
@ -42,7 +45,11 @@ zuul_url = 127.0.0.1
[web]
log_config = /etc/zuul/web-logging.conf
listen_address = 127.0.0.1
root = http://localhost:9000
[connection database]
driver = sql
dburi = mysql+pymysql://zuul:secret@127.0.0.1/zuul
[keystore]
password = MY_SECRET_PASSWORD