Joshua Hesketh | acccffc | 2015-03-31 23:38:17 +1100 | [diff] [blame] | 1 | [gearman] |
| 2 | server=127.0.0.1 |
| 3 | |
James E. Blair | 3984036 | 2017-06-23 20:34:02 +0100 | [diff] [blame] | 4 | [scheduler] |
Jamie Lennox | d2e3733 | 2016-12-05 15:26:19 +1100 | [diff] [blame] | 5 | tenant_config=main.yaml |
Joshua Hesketh | acccffc | 2015-03-31 23:38:17 +1100 | [diff] [blame] | 6 | |
| 7 | [merger] |
James E. Blair | 8c1be53 | 2017-02-07 14:04:12 -0800 | [diff] [blame] | 8 | git_dir=/tmp/zuul-test/merger-git |
Joshua Hesketh | acccffc | 2015-03-31 23:38:17 +1100 | [diff] [blame] | 9 | git_user_email=zuul@example.com |
| 10 | git_user_name=zuul |
Joshua Hesketh | acccffc | 2015-03-31 23:38:17 +1100 | [diff] [blame] | 11 | |
Paul Belanger | 174a827 | 2017-03-14 13:20:10 -0400 | [diff] [blame] | 12 | [executor] |
| 13 | git_dir=/tmp/zuul-test/executor-git |
James E. Blair | 8c1be53 | 2017-02-07 14:04:12 -0800 | [diff] [blame] | 14 | |
Joshua Hesketh | acccffc | 2015-03-31 23:38:17 +1100 | [diff] [blame] | 15 | [connection review_gerrit] |
| 16 | driver=gerrit |
| 17 | server=review.example.com |
| 18 | user=jenkins |
| 19 | sshkey=none |
| 20 | |
| 21 | [connection another_gerrit] |
| 22 | driver=gerrit |
| 23 | server=another.example.com |
| 24 | user=jenkins |
| 25 | sshkey=none |
| 26 | |
| 27 | [connection outgoing_smtp] |
| 28 | driver=smtp |
| 29 | server=localhost |
| 30 | port=25 |
| 31 | default_from=zuul@example.com |
| 32 | default_to=you@example.com |