Jesse Keating | 8c2eb57 | 2017-05-30 17:31:45 -0700 | [diff] [blame^] | 1 | [gearman] |
2 | server=127.0.0.1 | ||||
3 | |||||
4 | [zuul] | ||||
5 | job_name_in_report=true | ||||
6 | status_url=http://zuul.example.com/status | ||||
7 | |||||
8 | [merger] | ||||
9 | git_dir=/tmp/zuul-test/git | ||||
10 | git_user_email=zuul@example.com | ||||
11 | git_user_name=zuul | ||||
12 | zuul_url=http://zuul.example.com/p | ||||
13 | |||||
14 | [executor] | ||||
15 | git_dir=/tmp/zuul-test/executor-git | ||||
16 | |||||
17 | [connection github] | ||||
18 | driver=github | ||||
19 | |||||
20 | [connection gerrit] | ||||
21 | driver=gerrit | ||||
22 | server=review.example.com | ||||
23 | user=jenkins |