Files
fedora-infra_ansible/roles/openqa/server/templates/openqa.ini.j2
Adam Williamson 374956365e openqa: drop the results_min_free_disk_space_percentage cleanup
It is extremely slow to run, and we figured out that the problem
on openqa01 was excessive space being used by Netapp snapshots,
so we don't need this any more. It was actually deleting old
jobs before their time, because it had already wiped every
video file and didn't know what else to do...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-07-25 15:13:07 -07:00

47 lines
1.0 KiB
Django/Jinja

[global]
audit_enabled = 0
branding = plain
base_url = https://{{ external_hostname }}
download_domains = fedoraproject.org
{% if openqa_webapi_plugins is defined and openqa_webapi_plugins %}
plugins = {{ openqa_webapi_plugins }}
{% endif %}
hide_asset_types = repo hdd
parallel_cancel_whole_cluster = 0
{% if openqa_amqp_publisher_url is defined and openqa_amqp_publisher_url %}
[amqp]
topic_prefix = {{ openqa_amqp_publisher_prefix }}
url = {{ openqa_amqp_publisher_url }}
exchange = {{ openqa_amqp_publisher_exchange }}
{% if openqa_amqp_publisher_cacertfile is defined %}
cacertfile = {{ openqa_amqp_publisher_cacertfile }}
certfile = {{ openqa_amqp_publisher_certfile }}
keyfile = {{ openqa_amqp_publisher_keyfile }}
{% endif %}
{% endif %}
[audit/storage_duration]
startup = 7
jobgroup = 7
jobtemplate = 7
table = 7
iso = 7
user = 7
asset = 7
needle = 7
other = 7
[auth]
method=OpenID
[logging]
level=info
[misc_limits]
asset_cleanup_max_free_percentage = 20
[openid]
provider = https://id.fedoraproject.org/
httpsonly = 1