summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-hold-expiration.conf
blob: 58d396cc8f6af3d88f8c78cc6812f33b1f04f6e1 (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
34
35
36
37
38
39
[statsd]
# note, use 127.0.0.1 rather than localhost to avoid getting ipv6
# see: https://github.com/jsocol/pystatsd/issues/61
server=127.0.0.1

[scheduler]
tenant_config=main.yaml
relative_priority=true
default_hold_expiration=1800
max_hold_expiration=3600

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

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

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

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

[web]
static_cache_expiry=1200
root=https://zuul.example.com/

[database]
dburi=$MYSQL_FIXTURE_DBURI$