blob: 8199aba12bb9e19de5cdcfb822f665689df8161b [file] [log] [blame]
Tobias Henkel055cda32017-10-17 13:08:18 +02001[gearman]
2server=127.0.0.1
3
4[statsd]
5# note, use 127.0.0.1 rather than localhost to avoid getting ipv6
6# see: https://github.com/jsocol/pystatsd/issues/61
7server=127.0.0.1
8
9[scheduler]
10tenant_config=main.yaml
11
12[merger]
13git_dir=/tmp/zuul-test/merger-git
14git_user_email=zuul@example.com
15git_user_name=zuul
16
17[executor]
18git_dir=/tmp/zuul-test/executor-git
Tobias Henkele2d35662017-10-19 19:01:03 +020019hostname=test-executor-hostname.example.com
Tobias Henkel055cda32017-10-17 13:08:18 +020020
21[connection gerrit]
22driver=gerrit
23server=review.example.com
24user=jenkins
25sshkey=fake_id_rsa_path
26
27[connection smtp]
28driver=smtp
29server=localhost
30port=25
31default_from=zuul@example.com
32default_to=you@example.com