blob: 2d1e804b190789c76fcd627e6c893f85a728881b [file] [log] [blame]
Joshua Heskethd78b4482015-09-14 16:56:34 -06001[gearman]
2server=127.0.0.1
3
4[zuul]
5layout_config=layout-connections-multiple-voters.yaml
6url_pattern=http://logs.example.com/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}
7job_name_in_report=true
8
9[merger]
10git_dir=/tmp/zuul-test/git
11git_user_email=zuul@example.com
12git_user_name=zuul
13zuul_url=http://zuul.example.com/p
14
Joshua Heskethd78b4482015-09-14 16:56:34 -060015[connection review_gerrit]
16driver=gerrit
17server=review.example.com
18user=jenkins
19sshkey=none
20
21[connection alt_voting_gerrit]
22driver=gerrit
23server=alt_review.example.com
24user=civoter
25sshkey=none
26
27[connection outgoing_smtp]
28driver=smtp
29server=localhost
30port=25
31default_from=zuul@example.com
32default_to=you@example.com
33
34[connection resultsdb]
35driver=sql
36dburi=mysql+pymysql://bad:creds@host/db
37
38[connection resultsdb_failures]
39driver=sql
40dburi=mysql+pymysql://bad:creds@host/db