zuul/tests/fixtures/zuul-connections-multiple-gerrits.conf
James E. Blair 800e7ffaf1 Remove url_pattern config parameter
This has been moved to the job definition (with the expectation
that it will be set by a site-local base job).

Change-Id: Ibdb5968a090c335d5a8449466599da38d321d55e
2017-03-27 14:27:14 -07:00

35 lines
571 B
Plaintext

[gearman]
server=127.0.0.1
[zuul]
tenant_config=main.yaml
job_name_in_report=true
[merger]
git_dir=/tmp/zuul-test/merger-git
git_user_email=zuul@example.com
git_user_name=zuul
zuul_url=http://zuul.example.com/p
[executor]
git_dir=/tmp/zuul-test/executor-git
[connection review_gerrit]
driver=gerrit
server=review.example.com
user=jenkins
sshkey=none
[connection another_gerrit]
driver=gerrit
server=another.example.com
user=jenkins
sshkey=none
[connection outgoing_smtp]
driver=smtp
server=localhost
port=25
default_from=zuul@example.com
default_to=you@example.com