zuul/tests/fixtures/zuul-sql-driver-bad.conf
Tobias Henkel 34ee088603 Remove zuul_url from merger config
Currently the zuul_url is not used anywhere but still a required
merger setting. This removes it.

Change-Id: I627c8a18015f4c148c28d2f7e735b30cc1ef3862
2017-07-31 22:28:35 +02:00

28 lines
485 B
Plaintext

[gearman]
server=127.0.0.1
[zuul]
layout_config=layout-connections-multiple-voters.yaml
[merger]
git_dir=/tmp/zuul-test/merger-git
git_user_email=zuul@example.com
git_user_name=zuul
[executor]
git_dir=/tmp/zuul-test/executor-git
[connection gerrit]
driver=gerrit
server=review.example.com
user=jenkins
sshkey=fake_id_rsa1
[connection resultsdb]
driver=sql
dburi=mysql+pymysql://bad:creds@host/db
[connection resultsdb_failures]
driver=sql
dburi=mysql+pymysql://bad:creds@host/db