Files
zuul/tests/fixtures/zuul-git-driver.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

33 lines
538 B
Plaintext

[gearman]
server=127.0.0.1
[zuul]
tenant_config=config/zuul-connections-same-gerrit/main.yaml
job_name_in_report=true
[merger]
git_dir=/tmp/zuul-test/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 gerrit]
driver=gerrit
server=review.example.com
user=jenkins
sshkey=none
[connection git]
driver=git
baseurl=""
[connection outgoing_smtp]
driver=smtp
server=localhost
port=25
default_from=zuul@example.com
default_to=you@example.com