Files
zuul/tests/fixtures/zuul.conf
Simon Westphahl 1f76510835 Add launcher relative priority tests
This change extends the test setup a bit so that we can more easily hold

Change-Id: I2116191c1b1e6ecdf9e81e161682ac8631df449c
2025-03-14 10:26:06 +01:00

47 lines
809 B
Plaintext

[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
[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
[database]
dburi=$MYSQL_FIXTURE_DBURI$
[web]
static_cache_expiry=1200
root=https://zuul.example.com/
[connection aws]
driver=aws
access_key_id=fake
secret_access_key=fake
[connection openstack]
driver=openstack
cloud=fakecloud