zuul/tests/fixtures/zuul-gerrit-web.conf
James E. Blair 77288488c3 Report to gerrit over HTTP
Gerrit can only accept file comments over HTTP, not SSH.  So add
the ability to report over HTTP.  This is optional; if no HTTP
credentials are provided, the SSH mechanism will be used for now
and no file comments will be left.

Note, this change does not include the driver API change needed
to sumpport file comments.

This change includes a significant amount of ASL2 licensed code
from Gertty.

Change-Id: I851c62088f228de21441dbd86bf60722d82f94f8
2018-07-26 16:43:07 -07:00

33 lines
584 B
Plaintext

[gearman]
server=127.0.0.1
[statsd]
# note, use 127.0.0.1 rather than localhost to avoid getting ipv6
# see: https://github.com/jsocol/pystatsd/issues/61
server=127.0.0.1
[scheduler]
tenant_config=main.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_rsa_path
password=badpassword
[connection smtp]
driver=smtp
server=localhost
port=25
default_from=zuul@example.com
default_to=you@example.com