Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 1 | [gearman] |
2 | server=127.0.0.1 | ||||
3 | |||||
4 | [zuul] | ||||
5 | job_name_in_report=true | ||||
6 | |||||
7 | [merger] | ||||
8 | git_dir=/tmp/zuul-test/git | ||||
9 | git_user_email=zuul@example.com | ||||
10 | git_user_name=zuul | ||||
11 | zuul_url=http://zuul.example.com/p | ||||
12 | |||||
13 | [executor] | ||||
14 | git_dir=/tmp/zuul-test/executor-git | ||||
15 | |||||
16 | [connection github] | ||||
17 | driver=github | ||||
Jan Hruban | 6d53c5e | 2015-10-24 03:03:34 +0200 | [diff] [blame^] | 18 | |
19 | [connection github_ssh] | ||||
20 | driver=github | ||||
21 | sshkey=/home/zuul/.ssh/id_rsa |