267d134b7e
Some deployments use postgres as database backend. In order to have official support for that we need to add tests for it. Change-Id: I36408c27ccb36fd0826d97f34d98b211ee075f4e Depends-On: https://review.openstack.org/535718
36 lines
672 B
Plaintext
36 lines
672 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_mysql]
|
|
driver=sql
|
|
dburi=mysql+pymysql://bad:creds@host/db
|
|
|
|
[connection resultsdb_mysql_failures]
|
|
driver=sql
|
|
dburi=mysql+pymysql://bad:creds@host/db
|
|
|
|
[connection resultsdb_postgresql]
|
|
driver=sql
|
|
dburi=postgresql://bad:creds@host/db
|
|
|
|
[connection resultsdb_postgresql_failures]
|
|
driver=sql
|
|
dburi=postgresql://bad:creds@host/db
|