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:
parent
53c3920c6b
commit
40ba59d89e
@ -16,9 +16,6 @@
|
|||||||
name: ansible-role-zuul-ubuntu-bionic
|
name: ansible-role-zuul-ubuntu-bionic
|
||||||
parent: ansible-role-zuul
|
parent: ansible-role-zuul
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
vars:
|
|
||||||
zuul_pip_version: 3.19.1
|
|
||||||
zuul_pip_name: zuul[mysql_reporter]
|
|
||||||
|
|
||||||
# Testing for zuul_install_method: git
|
# Testing for zuul_install_method: git
|
||||||
- job:
|
- job:
|
||||||
@ -41,10 +38,10 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- ansible-role-zuul-ubuntu-bionic
|
- ansible-role-zuul-ubuntu-bionic
|
||||||
- ansible-role-zuul-src-ubuntu-bionic:
|
- ansible-role-zuul-src-ubuntu-bionic
|
||||||
voting: false
|
|
||||||
- tox-linters
|
- tox-linters
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- ansible-role-zuul-ubuntu-bionic
|
- ansible-role-zuul-ubuntu-bionic
|
||||||
|
- ansible-role-zuul-src-ubuntu-bionic
|
||||||
- tox-linters
|
- tox-linters
|
||||||
|
@ -7,6 +7,9 @@ server = 127.0.0.1
|
|||||||
|
|
||||||
[zookeeper]
|
[zookeeper]
|
||||||
hosts = localhost:2181
|
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]
|
[gearman_server]
|
||||||
listen_address = 127.0.0.1
|
listen_address = 127.0.0.1
|
||||||
@ -42,7 +45,11 @@ zuul_url = 127.0.0.1
|
|||||||
[web]
|
[web]
|
||||||
log_config = /etc/zuul/web-logging.conf
|
log_config = /etc/zuul/web-logging.conf
|
||||||
listen_address = 127.0.0.1
|
listen_address = 127.0.0.1
|
||||||
|
root = http://localhost:9000
|
||||||
|
|
||||||
[connection database]
|
[connection database]
|
||||||
driver = sql
|
driver = sql
|
||||||
dburi = mysql+pymysql://zuul:secret@127.0.0.1/zuul
|
dburi = mysql+pymysql://zuul:secret@127.0.0.1/zuul
|
||||||
|
|
||||||
|
[keystore]
|
||||||
|
password = MY_SECRET_PASSWORD
|
||||||
|
Loading…
Reference in New Issue
Block a user