summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-connections-same-gerrit.conf
blob: 8a998cfae853da39446c48e9ac32bbb722f68a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[gearman]
server=127.0.0.1

[zuul]
tenant_config=config/zuul-connections-same-gerrit/main.yaml

[merger]
git_dir=/tmp/zuul-test/merger-git
git_user_email=zuul@example.com
git_user_name=zuul
zuul_url=http://zuul.example.com/p

[executor]
git_dir=/tmp/zuul-test/executor-git

[connection review_gerrit]
driver=gerrit
server=review.example.com
user=jenkins
sshkey=fake_id_rsa1

[connection alt_voting_gerrit]
driver=gerrit
server=review.example.com
user=civoter
sshkey=fake_id_rsa2

[connection outgoing_smtp]
driver=smtp
server=localhost
port=25
default_from=zuul@example.com
default_to=you@example.com